-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 888 Bytes
/
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
{
"name": "commit-stream-test",
"version": "1.0.0",
"description": "创建一个规范的 commit 工作流",
"main": "index.js",
"scripts": {
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yanyixin/commit-stream-test.git"
},
"author": "yanyixin <[email protected]> (https://github.com/yanyixin)",
"license": "ISC",
"bugs": {
"url": "https://github.com/yanyixin/commit-stream-test/issues"
},
"homepage": "https://github.com/yanyixin/commit-stream-test#readme",
"devDependencies": {
"cz-conventional-changelog": "^2.1.0",
"koa": "^2.4.1",
"standard": "^10.0.3"
},
"standard": {
"ignore": {},
"parser": "babel-eslint"
},
"dependencies": {
"commitizen": "^2.9.6"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}