-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.32 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
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "egg-admin",
"version": "1.0.0",
"description": "egg-admin",
"private": true,
"egg": {
"declarations": true
},
"dependencies": {
"amqplib": "^0.10.3",
"dayjs": "^1.11.5",
"egg": "^2",
"egg-cors": "^2.2.3",
"egg-redis": "^2.4.0",
"egg-scripts": "^2",
"egg-sequelize": "^6.0.0",
"egg-session-redis": "^2.1.0",
"ipip-ipdb": "^0.6.0",
"lodash": "^4.17.21",
"mysql2": "^2.3.3",
"node-rsa": "^1.1.1",
"ua-parser-js": "^1.0.2"
},
"devDependencies": {
"autod": "^3",
"autod-egg": "^1",
"egg-bin": "^4",
"egg-ci": "^2",
"egg-mock": "^4",
"eslint": "^8",
"eslint-config-egg": "^12",
"sequelize-auto": "^0.8.8",
"sequelize-cli": "^6.4.1"
},
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"start": "egg-scripts start --title=egg-server-egg-admin",
"stop": "egg-scripts stop --title=egg-server-egg-admin",
"dev": "egg-bin dev",
"debug": "egg-bin debug",
"test": "npm run lint -- --fix && npm run test-local",
"test-local": "egg-bin test",
"cov": "egg-bin cov",
"lint": "eslint .",
"ci": "npm run lint && npm run cov",
"autod": "autod"
},
"ci": {
"version": "16",
"type": "github"
},
"repository": {
"type": "git",
"url": ""
},
"author": "zj",
"license": "MIT"
}