-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 871 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
32
{
"name": "privacy",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev:start": "set NODE_ENV=development && nodemon src/index.js",
"stag:start": "set NODE_ENV=staging && node src/index.js",
"prod:start": "set NODE_ENV=production && node src/index.js",
"clean": "rm -rf node_modules && npm install"
},
"repository": {
"type": "git",
"url": "https://github.com/manjesh-yadav/node-mongo-express-starter.git"
},
"author": "Mike",
"license": "ISC",
"dependencies": {
"axios": "^0.24.0",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"helmet": "^4.6.0",
"http-status": "^1.5.0",
"joi": "^17.5.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.0.14",
"mongoose-sequence": "^5.3.1",
"swagger-jsdoc": "^6.1.0",
"swagger-ui-express": "^4.2.0"
}
}