philips-hue-light-api
Version:
An API client for the Philips Hue API.
36 lines (35 loc) • 805 B
JSON
{
"name": "philips-hue-light-api",
"version": "0.0.1-alpha.16",
"description": "An API client for the Philips Hue API.",
"main": "dist/index.js",
"scripts": {
"build": "rm -rf dist && npm run build:package",
"build:package": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SteffenKn/Hue-Api.git"
},
"keywords": [
"Philips",
"Hue",
"Philips",
"Hue"
],
"author": "Steffen Knaup",
"license": "ISC",
"bugs": {
"url": "https://github.com/SteffenKn/Hue-Api/issues"
},
"homepage": "https://github.com/SteffenKn/Hue-Api#readme",
"dependencies": {
"node-fetch": "^2.6.0"
},
"devDependencies": {
"@types/node": "13.11.1",
"@types/node-fetch": "^2.5.6",
"tslint": "6.1.1",
"typescript": "3.8.3"
}
}