UNPKG

homebridge-lirc-heater-cooler

Version:
58 lines (57 loc) 1.36 kB
{ "name": "homebridge-lirc-heater-cooler", "version": "1.0.0", "description": "lirc heater-cooler", "license": "Apache-2.0", "repository": { "type": "git", "url": "git://github.com/classlfz/homebridge-lirc-heater-cooler.git" }, "bugs": { "url": "https://github.com/classlfz/homebridge-lirc-heater-cooler/issues" }, "engines": { "node": ">=10.17.0", "homebridge": ">=1.3.0" }, "main": "dist/index.js", "scripts": { "lint": "eslint src/**.ts --max-warnings=0", "lint:fix": "eslint src/**.ts --fix --max-warnings=0", "watch": "npm run build && npm link && nodemon", "build": "rimraf ./dist && tsc", "prepublishOnly": "npm run lint && npm run build" }, "keywords": [ "homebridge-plugin", "homebridge", "respberry", "lirc", "heater-cooler", "heater", "cooler", "homekit" ], "devDependencies": { "@types/node": "^14.14.31", "@typescript-eslint/eslint-plugin": "^4.29.0", "@typescript-eslint/parser": "^4.29.0", "eslint": "^7.32.0", "eslint-config-standard": "^16.0.3", "eslint-plugin-import": "^2.23.4", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^5.1.0", "homebridge": "^1.3.1", "nodemon": "^2.0.7", "pre-commit": "^1.2.2", "rimraf": "^3.0.2", "ts-node": "^9.1.1", "typescript": "^4.2.2" }, "dependencies": { "node-lirc": "^0.0.4" }, "pre-commit": [ "lint" ] }