-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 912 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
30
31
32
33
34
35
36
37
{
"name": "api_catalogo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"prestart": "npm install -f",
"start": "node out/index.js",
"dev": "ts-node-dev --respawn --pretty --transpile-only src/index.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"helmet": "^4.6.0",
"mongodb": "^3.6.9",
"swagger-ui-express": "^4.1.6",
"tsoa": "^3.8.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/cors": "^2.8.10",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.12",
"@types/helmet": "^4.0.0",
"@types/mongodb": "^3.6.17",
"@types/node": "^15.12.1",
"@types/swagger-ui-express": "^4.1.2",
"@types/uuid": "^8.3.0",
"concurrently": "^6.2.0",
"ts-node-dev": "^1.1.6",
"typescript": "^4.3.2"
}
}