-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
49 lines (49 loc) · 1.04 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
{
"name": "tileboard-addon",
"version": "1.3.8",
"description": "Home Assistant Addon for TileBoard",
"scripts": {
"release": "standard-version"
},
"standard-version": {
"infile": "./addon/CHANGELOG.md",
"header": "",
"bumpFiles": [
"package.json",
{
"filename": "./addon/config.json",
"type": "json"
}
],
"types": [
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "chore",
"section": "Chore"
}
],
"scripts": {
"posttag": "git push --follow-tags"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/resoai/TileBoard-addon.git"
},
"author": "Rafal Chlodnicki <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/resoai/TileBoard-addon/issues"
},
"homepage": "https://github.com/resoai/TileBoard-addon#readme",
"devDependencies": {
"standard-version": "^9.1.0"
}
}