forked from julon/vue-cli-template-library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.13 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
{
"name": "vue-cli-template-library",
"version": "1.2.1",
"license": "MIT",
"description": "Template for developing open-source vue.js libraries",
"repository": {
"type": "git",
"url": "https://github.com/julon/vue-cli-template-library.git"
},
"bugs": {
"url": "https://github.com/julon/vue-cli-template-library/issues"
},
"homepage": "https://github.com/julon/vue-cli-template-library#readme",
"keywords": [
"vue",
"vue-component",
"vue-library",
"vue-template"
],
"scripts": {
"cz": "git-cz",
"commitmsg": "commitlint -e $GIT_PARAMS",
"semantic-release": "semantic-release"
},
"devDependencies": {
"@commitlint/cli": "^6.0.2",
"@commitlint/config-conventional": "^6.0.4",
"@semantic-release/changelog": "^2.0.1",
"@semantic-release/git": "^4.0.1",
"@semantic-release/github": "^4.2.7",
"@semantic-release/npm": "^3.2.2",
"commitizen": "^2.9.6",
"cz-conventional-changelog": "^2.1.0",
"husky": "^0.14.3",
"semantic-release": "^15.0.2",
"vue-cli": "^2.9.3"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
}
}