forked from BottlecapDave/HomeAssistant-OctopusEnergy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 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
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "octopusenergy",
"version": "1.0.0",
"description": "Home Assistant integration for interacting with Octopus Energy",
"main": "index.js",
"scripts": {
"commit": "cz",
"release": "semantic-release",
"test-unit": "python -m pytest tests/unit",
"test-integration": "python -m pytest tests/integration"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/issues"
},
"homepage": "https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy#readme",
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"commitizen": "^4.3.0",
"conventional-changelog-eslint": "^3.0.9",
"cz-customizable": "^7.0.0",
"husky": "^4.3.8",
"semantic-release": "^21.0.1"
},
"config": {
"commitizen": {
"path": "node_modules/cz-customizable"
}
},
"husky": {
"hooks": {
"prepare-commit-msg": "exec < /dev/tty && git cz --hook || true"
}
}
}