homebridge-hue-chase/package.json
Brandon Watson 32715c5092
All checks were successful
continuous-integration/drone Build is passing
Updating to use gitea npm registry
2023-01-27 16:20:31 -06:00

40 lines
1.0 KiB
JSON

{
"name": "@watsonb8/homebridge-hue-chase",
"version": "1.1.4",
"description": "A Phillips Hue add on for creating chase sequences.",
"main": "bin/index.js",
"publishConfig": {
"registry": "https://gitea.watsonlabs.net"
},
"scripts": {
"build": "tsc --build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "ssh://git@watsonb8.ddns.net:2122/home/homebridge-hue-chase.git"
},
"keywords": [
"homebridge-plugin",
"homebridge",
"homekit",
"hue",
"phillips",
"typescript"
],
"author": "Brandon Watson",
"license": "ISC",
"engines": {
"homebridge": ">=0.4.21",
"node": ">=7.6.0"
},
"dependencies": {
"@types/node": "^13.1.2",
"@types/node-hue-api": "^2.3.0",
"node-hue-api": "^4.0.0"
},
"devDependencies": {
"homebridge": "^0.4.53",
"typescript": "^4.5.4"
}
}