-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 1.75 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "@bhuebschen/circle-menu-card",
"version": "1.0.3-1",
"description": "Circle menu for Home Assistant Lovelace UI",
"main": "dist/circle-menu-card.js",
"scripts": {
"format": "prettier --write .",
"prepare": "husky install"
},
"keywords": [
"home-assistant",
"homeassistant",
"hass",
"automation",
"lovelace",
"custom-cards",
"circle-menu"
],
"author": "Benedikt Hübschen <[email protected]> (https://huebschen.wtf/)",
"license": "MIT",
"dependencies": {
"custom-card-helpers": "^1.6.4",
"ha-template": "^1.2.2",
"home-assistant-js-websocket": "^9.2.1",
"lit": "^2.0.0",
"lodash": "^4.17.21",
"prettier": "^3.2.5"
},
"browserslist": [
"last 2 versions",
"not dead"
],
"prettier": {
"singleQuote": true
},
"release": {
"branches": [
"main"
],
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"preset": "angular",
"releaseRules": [
{
"type": "chore",
"scope": "deps",
"release": "patch"
}
]
}
],
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
[
"@semantic-release/github",
{
"assets": [
{
"path": "dist/lawn-mower-card.js",
"label": "lawn-mower-card.js"
}
]
}
],
"@semantic-release/git"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/bhuebschen/circle-menu-card.git"
},
"bugs": {
"url": "https://github.com/bhuebschen/circle-menu-card/issues"
},
"homepage": "https://github.com/bhuebschen/circle-menu-card#readme"
}