package.json
1.24 KB
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
{
"name": "@zb100/mui-template",
"version": "1.2.0",
"description": "小程序组件模版",
"main": "index.js",
"scripts": {
"release": "standard-version",
"commit": "npx git-cz"
},
"repository": {
"type": "git",
"url": "ssh://git@gitlab.zb100.com:10022/templates/mui-template.git"
},
"author": "",
"license": "ISC",
"publishConfig": {
"registry": "https://npm.registry.zb100.com"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"standard-version": {
"commitUrlFormat": "https://gitlab.zb100.com/templates/{{repository}}/commit/{{hash}}",
"compareUrlFormat": "https://gitlab.zb100.com/templates/{{repository}}/compare/{{previousTag}}...{{currentTag}}",
"issueUrlFormat": "https://gitlab.zb100.com/templates/{{repository}}/issues/{{id}}",
"userUrlFormat": "https://gitlab.zb100.com/{{user}}"
},
"devDependencies": {
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"commitizen": "^4.0.3",
"cz-conventional-changelog": "^3.0.2",
"husky": "^3.1.0",
"standard-version": "^7.0.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {}
}