-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 969 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
33
34
35
36
37
38
{
"name": "my-money-backend",
"version": "1.0.0",
"description": "",
"main": "src/loader.js",
"scripts": {
"dev": "nodemon",
"prod": "./node_modules/.bin/pm2 start src/loader.js --name my-money-backend",
"heroku": "node",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"body-parser": "^1.15.2",
"dotenv": "^8.0.0",
"express": "^4.14.0",
"express-query-int": "^1.0.1",
"lodash": "^4.17.21",
"mongoose": "^5.12.3",
"mongoose-paginate": "^5.0.3",
"node-restful": "^0.2.5",
"pm2": "^4.5.5",
"snyk": "^1.521.0"
},
"devDependencies": {
"eslint": "^5.12.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"nodemon": "^1.11.0"
},
"snyk": true
}