-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.2 KB
/
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
39
40
41
42
43
44
45
46
47
{
"name": "nodemongoddocker",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "if [[ ${NODE_ENV} = production ]]; then pm2-docker start -i 0 server.js; else pm2-dev server.js; fi"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"crypto-js": "3.1.9-1",
"fs": "0.0.1-security",
"install": "0.12.2",
"ioredis": "4.2.0",
"koa-bodyparser": "4.2.1",
"koa-router": "7.4.0",
"koa-session2": "2.2.8",
"koa2": "2.0.0-alpha.7",
"koa2-cors": "2.0.6",
"mime": "2.3.1",
"mongodb": "3.1.8",
"mz": "2.7.0",
"npm": "6.4.1",
"path": "0.12.7",
"pug": "2.0.3",
"uid-safe": "2.1.5",
"winston": "3.1.0",
"winston-daily-rotate-file": "3.4.1",
"winston-mongodb": "4.0.3"
},
"devDependencies": {
"eslint": "^5.8.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-html": "4.0.6",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-pug": "^1.1.1",
"eslint-plugin-standard": "^4.0.0"
},
"engines": {
"node": ">=9.11.2"
}
}