-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 848 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
{
"name": "movie-api",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"start:dev": "nodemon ./bin/www",
"test": "mocha --exit --recursive --timeout 10000"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"chai-http": "^4.3.0",
"chai": "^4.2.0",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"dotenv": "^8.1.0",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"jade": "~1.11.0",
"jsonwebtoken": "^8.5.1",
"mocha": "^6.2.1",
"mongoose": "^5.7.1",
"morgan": "~1.9.1",
"swagger-jsdoc": "^3.4.0",
"swagger-json": "^2.0.0",
"swagger-ui": "^3.23.10",
"swagger-ui-dist": "^3.23.10",
"swagger-ui-express": "^4.1.1",
"yamljs": "^0.3.0"
},
"devDependencies": {
"chai": "^4.2.0",
"express-swagger-generator": "^1.1.15"
}
}