-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.38 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
{
"private": false,
"displayName": "Homebridge Agile Octopus Rates",
"name": "homebridge-agile-octopus-rates",
"version": "1.2.9",
"description": "A simple plugin to publish switches to Homebridge, which can toggle on during the cleapest 30 minute, 60 minute etc... time periods.",
"license": "Apache-2.0",
"homepage": "https://github.com/danieljtribe/homebridge-agile-octopus",
"repository": {
"type": "git",
"url": "git://github.com/danieljtribe/homebridge-agile-octopus"
},
"bugs": {
"url": "https://github.com/danieljtribe/homebridge-agile-octopus/issues"
},
"engines": {
"homebridge": "^1.6.0 || ^2.0.0-beta.0",
"node": "^18.20.4 || ^20.15.1"
},
"main": "dist/index.js",
"scripts": {
"lint": "eslint src/**.ts",
"watch": "npm run build && npm link && nodemon",
"build": "rimraf ./dist && tsc",
"prepublishOnly": "npm run build"
},
"keywords": [
"homebridge-plugin",
"octopus energy",
"octopus energy agile"
],
"dependencies": {
"got": "^11.7.0",
"moment": "^2.29.0"
},
"devDependencies": {
"@types/node": "^14.10.3",
"@typescript-eslint/eslint-plugin": "^4.1.1",
"@typescript-eslint/parser": "^4.1.1",
"eslint": "^7.9.0",
"homebridge": "^1.8.4",
"homebridge-config-ui-x": "^4.57.1",
"nodemon": "^2.0.4",
"rimraf": "^3.0.2",
"ts-node": "^9.0.0",
"typescript": "^4.0.2"
}
}