-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
66 lines (66 loc) · 1.53 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
66
{
"name": "moyu",
"version": "0.8.0",
"description": "eggjs egg tool moyu",
"private": true,
"egg": {
"declarations": true
},
"dependencies": {
"@alicloud/pop-core": "^1.7.9",
"ali-oss": "^6.5.1",
"docx": "^7.3.0",
"egg": "^2.15.1",
"egg-cors": "^2.2.0",
"egg-mongoose": "^3.2.0",
"egg-scripts": "^2.11.0",
"egg-validate": "^2.0.2",
"escape-string-regexp": "^4.0.0",
"file-type": "^14.7.1",
"fs-extra": "^9.0.0",
"got": "^11.8.2",
"json5": "^2.2.1",
"jsonwebtoken": "^8.5.1",
"mockjs": "^1.1.0",
"officegen": "^0.6.4",
"pureimage": "^0.3.14",
"svg-captcha": "^1.4.0",
"xlsx": "^0.16.5",
"xss": "^1.0.8"
},
"devDependencies": {
"autod": "^3.0.1",
"autod-egg": "^1.1.0",
"babel-eslint": "^10.0.3",
"egg-bin": "^4.11.0",
"egg-ci": "^1.11.0",
"egg-mock": "^3.21.0",
"eslint": "^5.13.0",
"eslint-config-egg": "^7.1.0",
"sequelize-cli": "^6.2.0"
},
"engines": {
"node": ">=10.0.0"
},
"scripts": {
"start": "egg-scripts start --daemon --title=egg-server-too",
"stop": "egg-scripts stop --title=egg-server-too",
"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": "10"
},
"repository": {
"type": "git",
"url": ""
},
"author": "shuxiaokai",
"license": "MIT"
}