-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.11 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
{
"name": "@mtpl/base",
"version": "0.1.1",
"description": "The base mili template",
"main": "index.js",
"scripts": {
"ca": "git add -A && git-cz -av",
"commit": "git-cz",
"release": "standard-version",
"release:first": "standard-version --first-release",
"postpublish": "git push",
"prepare": "is-ci || husky install",
"ci": "git-cz",
"release:alpha": "standard-version --prerelease alpha"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/mili-project-manager/mtpl-base.git"
},
"keywords": [
"base",
"mili",
"template"
],
"author": "Val.istar.Guo <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mili-project-manager/mtpl-base/issues"
},
"homepage": "https://github.com/mili-project-manager/mtpl-base#readme",
"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"husky": "^5.2.0",
"is-ci": "^3.0.0",
"mili": "^4.4.1",
"standard-version": "^9.3.0"
}
}