-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.02 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
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "coca-server",
"version": "2.0.1",
"description": "Coca rapid development framework For Amoy Freesailing Company Base On EggJs",
"private": true,
"egg": {
"declarations": true
},
"dependencies": {
"egg": "^2.15.1",
"egg-coca-helper": "^2.0.1",
"egg-coca-lbs": "^2.0.1",
"egg-coca-restful": "^2.0.1",
"egg-coca-sequelize": "^5.2.2",
"egg-coca-tenpay": "^2.0.1",
"egg-coca-upload": "^2.0.1",
"egg-coca-user-permission": "^2.0.1",
"egg-coca-weapp-sdk": "^2.0.1",
"egg-cors": "^2.2.3",
"egg-queue-bull": "^1.0.0",
"egg-redis": "^2.4.0",
"egg-router-plus": "^1.3.1",
"egg-scripts": "^2.11.0",
"mysql2": "^2.0.2"
},
"devDependencies": {
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"autod": "^3.0.1",
"autod-egg": "^1.1.0",
"commitizen": "^4.0.3",
"conventional-changelog-cli": "^2.0.31",
"cz-conventional-changelog": "^3.1.0",
"egg-bin": "^4.11.0",
"egg-ci": "^1.11.0",
"egg-coca-cli": "^1.1.8",
"egg-mock": "^4.0.0",
"eslint": "^5.13.0",
"eslint-config-egg": "^8.0.1",
"prettier": "^1.19.1",
"prettier-eslint": "^9.0.1"
},
"engines": {
"node": ">=10.0.0"
},
"scripts": {
"start": "egg-scripts start --daemon --title=egg-server-coca-server",
"stop": "egg-scripts stop --title=egg-server-coca-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",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"ci": {
"version": "10"
},
"repository": {
"type": "git",
"url": ""
},
"author": "rojerchen",
"license": "MIT",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}