-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
34 lines (34 loc) · 1.01 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
{
"author": "Tom Hewitt",
"description": "A dashboard with useful information to display in my house. It runs on an Android tablet 24/7, stuck to my fridge using magnets.",
"homepage": "https://github.com/iamtomhewitt/home-dashboard#readme",
"name": "home-dashboard",
"version": "6.10.3",
"scripts": {
"release": "github-releaser"
},
"repository": {
"apiUrl": "https://api.github.com/repos/iamtomhewitt/home-dashboard"
},
"devDependencies": {
"@commitlint/cli": "^9.1.2",
"@commitlint/config-conventional": "^11.0.0",
"cz-conventional-changelog": "^2.1.0",
"dot-prop": "^6.0.1",
"husky": "^1.1.2",
"validate-commit-msg": "^2.14.0"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"github-releaser": "1.6.1"
}
}