-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 838 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 838 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
{
"name": "scarborough_dining",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "cd frontend/scarborough_dining && npm run build",
"install-client": "cd frontend/scarborough_dining && npm install",
"heroku-postbuild": "npm run install-client && npm run build",
"start": "cd backend/scarborough_dining && node server.js",
"client": "cd frontend/scarborough_dining && npm start"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"cloudinary": "^1.22.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-fileupload": "^1.1.7-alpha.3",
"fs": "0.0.1-security",
"mongoose": "^5.9.20",
"nodeman": "^1.1.2"
}
}