generated from goelaakash79/nodejs-starter-code
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 670 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 670 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
{
"name": "coderbano-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.19.0",
"babel-polyfill": "^6.26.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"compression": "^1.7.4",
"cors": "^2.8.5",
"create-react-app": "^3.3.0",
"crypto": "^1.0.1",
"dotenv": "^7.0.0",
"ejs": "^2.6.1",
"express": "^4.16.4",
"hackerearth-node": "^2.3.9",
"jsonwebtoken": "^8.5.1",
"log4js": "^6.1.0",
"mongoose": "^5.4.21",
"morgan": "^1.9.1"
}
}