-
-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
61 lines (61 loc) · 1.62 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "@kibibit/hass-kibibit-theme",
"version": "0.0.0-development",
"description": "A milky glass theme for Home Assistant",
"homepage": "https://github.com/Kibibit/hass-kibibit-theme#readme",
"files": [
"INFO.md",
"/themes",
"hacs.json"
],
"repository": {
"type": "git",
"url": "https://github.com/Kibibit/hass-kibibit-theme.git"
},
"author": "thatkookooguy <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Kibibit/hass-kibibit-theme/issues"
},
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-angular": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"all-contributors-cli": "^6.19.0",
"commitizen": "^4.2.2",
"cross-env": "^7.0.2",
"cz-conventional-changelog": "^3.3.0",
"husky": "^4.3.0",
"semantic-release": "^17.2.2",
"semantic-release-cli": "^5.4.0"
},
"scripts": {
"commit": "cz",
"contributors:add": "cross-env HUSKY_SKIP_HOOKS=1 all-contributors add",
"contributors:generate": "cross-env HUSKY_SKIP_HOOKS=1 all-contributors generate",
"semantic-release": "semantic-release",
"semantic-release:init": "semantic-release-cli setup"
},
"keywords": [
"home-assistant",
"hass",
"automation",
"hassio",
"homeassistant",
"theme"
],
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"husky": {
"hooks": {
"prepare-commit-msg": "exec < /dev/tty && git cz --hook || true",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"publishConfig": {
"access": "public"
}
}