-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 955 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 955 Bytes
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
38
{
"name": "api-chef",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node ./dist/index.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/config": "^0.0.38",
"@types/cors": "^2.8.10",
"@types/express": "^4.17.12",
"@types/express-handlebars": "^5.3.0",
"@types/http-errors": "^1.8.0",
"@types/morgan": "^1.9.2",
"@types/node": "^15.6.1",
"@types/sequelize": "^4.28.9",
"@types/swagger-jsdoc": "^6.0.0",
"@types/swagger-ui-express": "^4.1.2",
"dotenv": "^10.0.0",
"typescript": "^4.3.2"
},
"dependencies": {
"cors": "^2.8.5",
"express": "^4.17.1",
"express-handlebars": "^5.3.2",
"express-validator": "^6.11.1",
"http-errors": "^1.8.0",
"morgan": "^1.10.0",
"mysql2": "^2.2.5",
"nanoid": "^3.1.23",
"sequelize": "^6.6.2",
"swagger-jsdoc": "^6.0.1",
"swagger-ui-express": "^4.1.6"
}
}