forked from hi-our/hi-face
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.84 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
{
"name": "hi-face",
"version": "2.1.0",
"description": "Hi 头像项目地址",
"author": {
"name": "shenghanqin",
"url": "https://www.xiaoxili.com"
},
"license": "MIT",
"scripts": {
"commit": "git-cz",
"deploy:web": "tcb framework deploy client",
"deploy:web:dev": "tcb framework deploy client --mode dev",
"deploy:web:test": "tcb framework deploy client --mode test",
"deploy:mini": "tcb framework deploy miniprogram",
"deploy:fn": "tcb framework deploy server",
"deploy:fn:dev": "tcb framework deploy server --mode dev",
"deploy:fn:test": "tcb framework deploy server --mode test",
"deploy:init-db": "tcb framework deploy db",
"deploy:init-db:dev": "tcb framework deploy db --mode dev",
"deploy:init-db:test": "tcb framework deploy db --mode test",
"postdeploy:init-db": "tcb fn invoke cms-schemas-v2",
"postdeploy:init-db:dev": "tcb fn invoke cms-schemas-v2 --mode dev",
"postdeploy:init-db:test": "tcb fn invoke cms-schemas-v2 --mode test"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"devDependencies": {
"concurrently": "^4.1.0",
"babel-eslint": "^10.1.0",
"eslint": "^5.16.0",
"eslint-config-prettier": "2.9.0",
"eslint-config-standard": "11.0.0",
"eslint-plugin-import": "2.9.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "3.7.0",
"eslint-plugin-standard": "^3.0.1",
"@commitlint/cli": "^9.0.1",
"@commitlint/config-conventional": "^9.0.1",
"commitizen": "^4.1.2",
"cz-conventional-changelog": "^3.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/hi-our/hi-face.git"
},
"bugs": {
"url": "https://github.com/hi-our/hi-face/issues"
}
}