-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 838 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
{
"name": "students_server",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"setup": "npm install && cd my-app && npm install && cd ..",
"build-run": "cd my-app && npm run build && cd .. && node server.js",
"start": "node server.js",
"heroku-postbuild": "cd my-app && npm install && npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cloudinary": "^1.23.0",
"connect-multiparty": "^2.2.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-session": "^1.17.0",
"mongodb": "^3.5.9",
"mongoose": "^5.9.26",
"validator": "^13.1.1"
}
}