-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 934 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 934 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
32
33
34
35
36
37
38
{
"name": "watcher",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "set NODE_ENV=production && node index.js",
"dev": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --write src/**/*.js"
},
"author": "Ilan.Roitlender",
"license": "ISC",
"dependencies": {
"bcryptjs": "2.4.3",
"bluebird": "3.7.2",
"connect-mongo": "3.2.0",
"cookie-parser": "1.4.5",
"cors": "2.8.5",
"express": "4.17.1",
"express-mongo-sanitize": "2.0.0",
"express-rate-limit": "5.1.1",
"express-session": "1.17.1",
"helmet": "3.22.0",
"hpp": "0.2.3",
"jsonwebtoken": "8.5.1",
"lodash": "4.17.19",
"lusca": "1.6.1",
"mongoose": "5.9.10",
"morgan": "1.10.0",
"validator": "13.0.0",
"log4js": "6.2.1"
},
"devDependencies": {
"dotenv": "8.2.0",
"prettier": "2.0.5"
}
}