yeelight-service
Version:
Node Yeelight service.
46 lines (45 loc) • 940 B
JSON
{
"name": "yeelight-service",
"version": "1.0.2",
"description": "Node Yeelight service.",
"main": "lib/yeelight.service.js",
"types": "lib/yeelight.service",
"scripts": {
"build": "tsc",
"start": "tsc && node lib/yeelight.service.js",
"lint": "tslint -p tsconfig.json",
"version": "npm run build && npm run lint"
},
"files": [
"lib/"
],
"repository": {
"type": "git",
"url": "git+https://github.com/faustyn-p/yeelight-service.git"
},
"keywords": [
"Yeelight",
"RxJS",
"Node",
"SmartHome",
"Promise",
"Light",
"Bulb",
"TypeScript"
],
"author": "Faustyn Piechowiak",
"license": "MIT",
"bugs": {
"url": "https://github.com/faustyn-p/yeelight-service/issues"
},
"homepage": "https://github.com/faustyn-p/yeelight-service#readme",
"devDependencies": {
"@types/node": "^14.0.11",
"tslint": "^6.1.2",
"typescript": "^3.9.5"
},
"dependencies": {
"ip": "^1.1.5",
"rxjs": "^6.5.5"
}
}