-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.09 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
{
"name": "above-coding",
"version": "1.3.2",
"description": "这份笔记用来记录一些与提高代码水平关系不太大,但是却非常重要的一些东西,包括版本控制、代码风格检查、代码测试等。",
"main": "commitlint.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release": "cross-env HUSKY=0 standard-version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ks4na/above-coding.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ks4na/above-coding/issues"
},
"homepage": "https://github.com/ks4na/above-coding#readme",
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@commitlint/cz-commitlint": "^17.0.3",
"commitizen": "^4.2.5",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"husky": "^8.0.1",
"inquirer": "^8.2.4",
"standard-version": "^9.5.0"
},
"config": {
"commitizen": {
"path": "@commitlint/cz-commitlint"
}
}
}