-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 1.17 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
{
"name": "HandUED",
"version": "1.1.1",
"description": "## 一、包含 - [CSS 开发规范](https://github.com/Wangenbo/HandUED/blob/master/%E6%8E%8C%E4%B8%8A%E5%A4%A7%E5%AD%A6CSS%E5%BC%80%E5%8F%91%E8%A7%84%E8%8C%83.md) - [HTML 开发规范](https://github.com/Wangenbo/HandUED/blob/master/%E6%8E%8C%E4%B8%8A%E5%A4%A7%E5%AD%A6HTML%E5%BC%80%E5%8F%91%E8%A7%84%E8%8C%83.md) - [JavaScript 开发规范](https://github.com/Wangenbo/HandUED/blob/master/%E6%8E%8C%E4%B8%8A%E5%A4%A7%E5%AD%A6Javascript%E5%BC%80%E5%8F%91%E8%A7%84%E8%8C%83.md)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release": "standard-version"
},
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Wangenbo/HandUED.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Wangenbo/HandUED/issues"
},
"homepage": "https://github.com/Wangenbo/HandUED#readme",
"devDependencies": {
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"husky": "^4.2.3",
"standard-version": "^7.1.0"
}
}