-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 900 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "nodejs-lista-contatos",
"version": "1.0.0",
"description": "<p align=\"center\"> <img src=\"https://brandslogos.com/wp-content/uploads/images/large/nodejs-logo.png\" width=\"160\"> </p> <p align=\"center\"> NodeJS - Lista de contatos </p>",
"main": "src/server.ts",
"scripts": {
"dev":"node --import=tsx --watch ./src/server.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TayseRosa/nodejs-lista-de-contatos.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/TayseRosa/nodejs-lista-de-contatos/issues"
},
"homepage": "https://github.com/TayseRosa/nodejs-lista-de-contatos#readme",
"dependencies": {
"express": "^4.21.1",
"helmet": "^8.0.0"
},
"devDependencies": {
"@types/express": "^5.0.0",
"@types/node": "^22.7.9",
"tsx": "^4.19.1",
"typescript": "^5.6.3"
}
}