hue-hacking-node
Version:
Utility to control Philips Hue light bulbs
43 lines (42 loc) • 970 B
JSON
{
"name": "hue-hacking-node",
"version": "1.11.0",
"description": "Utility to control Philips Hue light bulbs",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/bjohnso5/hue-hacking-npm.git"
},
"scripts": {
"test": "tsc && ava",
"test-report": "tsc && ava --tap | tap-xunit",
"clean": "rimraf dist coverage",
"prepublish": "rimraf dist && tsc && ava && git clean -Xf"
},
"keywords": [
"Philips",
"Hue"
],
"dependencies": {
"axios": "^1.7.4"
},
"prettier": {
"trailingComma": "es5",
"singleQuote": true,
"tabWidth": 2
},
"author": "Bryan Johnson",
"license": "MIT",
"devDependencies": {
"@ava/typescript": "^5.0.0",
"@types/node": "^22.0.0",
"ava": "^6.1.2",
"moxios": "^0.4.0",
"prettier": "^3.2.5",
"rimraf": "^6.0.1",
"rxjs": "^7.8.1",
"tap-xunit": "^2.4.1",
"ts-node": "^10.9.1",
"typescript": "^5.1"
}
}