homebridge-flux/package.json

47 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2020-04-09 01:02:08 +00:00
{
2021-12-23 01:58:24 +00:00
"name": "@watsonb8/homebridge-flux",
"version": "1.2.0",
2020-04-09 01:02:08 +00:00
"description": "",
"main": "bin/index.js",
2021-12-23 01:58:24 +00:00
"publishConfig": {
2023-01-19 19:33:03 +00:00
"registry": "https://gitea.watsonlabs.net"
2021-12-23 01:58:24 +00:00
},
2022-09-07 01:33:25 +00:00
"files": [
"bin",
"src",
"config.schema.json"
2022-09-07 01:33:25 +00:00
],
2020-04-09 01:02:08 +00:00
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "ssh://git@watsonb8.ddns.net:2122/home/homebridge-flux.git"
},
"keywords": [
"homebridge-plugin",
"Hue",
"f.lux",
"typescript"
],
"engines": {
"homebridge": ">=1.1.6",
2020-04-09 01:02:08 +00:00
"node": ">=7.6.0"
},
"author": "Brandon Watson",
"license": "ISC",
"dependencies": {
"@types/node-cron": "^2.0.3",
2020-04-11 19:49:07 +00:00
"@types/suncalc": "^1.8.0",
"@watsonb8/wiz-lib": "^1.0.1-ae175.0",
"node-cron": "^2.0.3",
2020-04-11 19:49:07 +00:00
"node-hue-api": "^4.0.5",
"suncalc": "^1.8.0"
2020-04-09 01:36:02 +00:00
},
"devDependencies": {
2021-06-04 00:23:11 +00:00
"@types/node": "^13.11.1",
"homebridge": "^1.5.0",
2021-12-23 02:06:48 +00:00
"typescript": "^4.5.4"
2020-04-09 01:02:08 +00:00
}
2023-01-19 19:33:03 +00:00
}