-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1000 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
38
39
40
41
{
"name": "reservationsystem",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon app.js",
"swagger-autogen": "node config/swagger.js"
},
"dependencies": {
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"and": "^0.0.3",
"bcryptjs": "^2.4.3",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dotenv": "^16.3.1",
"express": "~4.16.1",
"express-async-handler": "^1.2.0",
"express-session": "^1.17.3",
"http-errors": "~1.6.3",
"json-schema": "^0.4.0",
"json2yaml": "^1.1.0",
"morgan": "~1.9.1",
"pg": "^8.11.3",
"pg-hstore": "^2.3.4",
"pug": "2.0.0-beta11",
"sequelize": "^6.33.0",
"sequelize-cli": "^6.6.1",
"swagger-autogen": "^2.23.6",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.0",
"yamljs": "^0.3.0"
},
"devDependencies": {
"@types/express": "^4.16.1",
"@types/pg": "^8.10.5",
"jsdoc": "^4.0.2",
"nodemon": "^3.0.1"
}
}