forked from RahulDubey-Devops/Mern-IGM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 828 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
{
"name": "igm",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"start:dev": "env-cmd -f .env.development node server.js",
"start:stage": "env-cmd -f .env.staging node server.js",
"start:prod": "env-cmd -f .env.production node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"env-cmd": "^10.1.0",
"express": "^4.19.2",
"express-validator": "^7.1.0",
"firebase-admin": "^12.2.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.5.1",
"multer": "^1.4.5-lts.1",
"puppeteer": "^22.13.1",
"web-streams-polyfill": "^4.0.0"
}
}