-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 716 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 716 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
{
"name": "nodejs-creating-restful-apis",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js",
"test": "mocha"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"chai-http": "^4.3.0",
"easyimage": "^2.1.0",
"express": "^4.17.1",
"file-type": "^7.4.0",
"fs": "0.0.1-security",
"json-patch": "^0.7.0",
"jsonpatch": "^3.0.1",
"jsonwebtoken": "^7.4.1",
"mongoose": "^4.8.5",
"path": "^0.12.7",
"request": "^2.83.0",
"url": "^0.11.0"
},
"devDependencies": {
"chai": "^4.0.0",
"mocha": "^4.0.1"
}
}