-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 803 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 803 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
{
"name": "digi_menu",
"version": "1.0.0",
"description": "digital menu ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"server": "nodemon index.js",
"client": "npm run start --prefix client",
"dev": "concurrently \"npm run server\" \"npm run client\" "
},
"author": "himanshu",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"concurrently": "^5.3.0",
"cookie-session": "^1.4.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"mongoose": "^5.13.20",
"multer": "^1.4.2",
"nodemon": "^2.0.4",
"passport": "^0.7.0",
"passport-google-oauth20": "^2.0.0",
"run": "^1.4.0",
"socket.io": "^2.3.0",
"twilio": "^3.48.1",
"winston": "^3.3.3"
}
}