-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
47 lines (47 loc) · 1.12 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
44
45
46
47
{
"name": "pkit",
"version": "v0.0.2-alpha-last",
"description": "Packet Kit: 一个强大的跨平台底层数据包工具箱:sunny:",
"main": ".commitlintrc.js",
"directories": {
"doc": "doc",
"pkit": "pkit"
},
"dependencies": {
"standard-version": "^8.0.1"
},
"devDependencies": {
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"commitizen": "^4.0.3",
"commitlint-config-cz": "^0.13.1",
"cz-conventional-changelog": "^3.1.0",
"cz-customizable": "^6.2.0",
"husky": "^4.2.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"commit": "git -cz",
"release": "standard-version"
},
"config": {
"commitizen": {
"path": "node_modules/cz-customizable"
}
},
"husky": {
"hooks": {
"commit-msg": "commitlint -e $GIT_PARAMS"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/1uvu/PacketKit.git"
},
"author": "Luv U",
"license": "MIT",
"bugs": {
"url": "https://github.com/1uvu/PacketKit/issues"
},
"homepage": "https://github.com/1uvu/PacketKit#readme"
}