-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 840 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
{
"private": "true",
"name": "create-lib-starter",
"version": "0.0.0",
"description": "This is a startup development configuration template used to build the **JavaScript/Node.js** library.",
"scripts": {
"prepare": "husky install",
"test": "echo \"Error: no test specified\"",
"commit": "cz"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wang1212/create-lib-starter.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/wang1212/create-lib-starter/issues"
},
"homepage": "https://github.com/wang1212/create-lib-starter#readme",
"devDependencies": {
"@commitlint/cli": "18.6.1",
"@commitlint/config-conventional": "18.6.3",
"commitizen": "4.3.0",
"cz-conventional-changelog": "3.3.0",
"husky": "8.0.3"
}
}