-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
65 lines (65 loc) · 1.68 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
61
62
63
64
65
{
"name": "tomato-work-server",
"author": "xiejiahe",
"version": "2.5.0",
"bugs": {
"url": "https://github.com/xjh22222228/tomato-work-server/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xjh22222228/tomato-work-server.git"
},
"private": true,
"egg": {
"declarations": true
},
"dependencies": {
"dayjs": "^1.10.7",
"egg": "^2.30.0",
"egg-cors": "^2.2.3",
"egg-crypto": "^1.0.0",
"egg-jwt": "^3.1.7",
"egg-mailer": "^1.5.0",
"egg-passport": "^2.1.1",
"egg-passport-github": "^1.0.0",
"egg-passport-local": "^1.2.1",
"egg-scripts": "^2.14.0",
"egg-sequelize": "^6.0.0",
"egg-validate": "^2.0.2",
"js-ant": "^1.0.1",
"lodash": "^4.17.21",
"mysql2": "^2.3.0",
"svg-captcha": "^1.4.0",
"validator": "^13.6.0"
},
"devDependencies": {
"autod": "^3.1.1",
"autod-egg": "^1.1.0",
"egg-bin": "^4.16.4",
"egg-ci": "^1.18.0",
"egg-mock": "^4.1.0",
"eslint": "^7.32.0",
"eslint-config-egg": "^9.0.0"
},
"engines": {
"node": ">=14.0.0"
},
"scripts": {
"start": "egg-scripts start --daemon --title=egg-server-server",
"start:product": "EGG_SERVER_ENV=product egg-scripts start --daemon --title=egg-server-server",
"stop": "egg-scripts stop --title=egg-server-server",
"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",
"restart": "npm run stop && npm run start:product"
},
"ci": {
"version": "10"
},
"license": "MIT"
}