-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.84 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.84 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "waf",
"version": "1.0.0",
"description": "",
"private": true,
"egg": {
"declarations": true
},
"dependencies": {
"dy-node-ip2region": "^1.0.1",
"egg": "^3",
"egg-cors": "^2.2.3",
"egg-jwt": "^3.1.7",
"egg-scripts": "^2.17.0",
"egg-sequelize": "^6.0.0",
"egg-socket.io": "^4.1.6",
"egg-validate": "^2.0.2",
"express": "^4.18.2",
"http-proxy-middleware": "^2.0.6",
"i18n": "^0.15.1",
"jsencrypt": "^3.3.1",
"koa-compress": "^5.1.0",
"koa-ratelimit": "^5.0.1",
"lodash": "^4.17.21",
"memory-cache": "^0.2.0",
"node-rsa": "^1.1.1",
"nodejs-websocket": "^1.7.2",
"qjson-db": "^1.0.2",
"sqlite3": "^5.1.4",
"string-random": "^0.1.3",
"svg-captcha": "^1.4.0"
},
"devDependencies": {
"egg-bin": "^5",
"egg-ci": "^2",
"egg-mock": "^5",
"eslint": "^8",
"eslint-config-egg": "^12"
},
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"waf": "node ./install",
"start": "egg-scripts start --sticky --env=prod --daemon --title=egg-server",
"start:linux": "egg-scripts start --sticky --env=prod --daemon --title=egg-server",
"stop:linux": "egg-scripts stop --sticky --env=prod --daemon --title=egg-server",
"start:linux:index": "egg-scripts start --sticky --env=prod --daemon --title=egg-server && cd ./express && npm run start",
"stop": "egg-scripts stop --sticky --title=egg-server",
"dev": "egg-bin dev --sticky --env=local",
"debug": "egg-bin debug",
"test": "npm run lint -- --fix && npm run test-local",
"test-local": "egg-bin test",
"cov": "COV_EXCLUDES=app* egg-bin cov",
"lint": "eslint .",
"ci": "npm run lint && npm run cov"
},
"ci": {
"version": "16, 18",
"type": "github"
},
"repository": {
"type": "git",
"url": ""
},
"author": "",
"license": "MIT"
}