homebridge-stagg-ekg-plus
Version:
Homebridge plugin for the Stagg EKG+ electric kettle
47 lines (46 loc) • 1.25 kB
JSON
{
"name": "homebridge-stagg-ekg-plus",
"version": "1.1.0",
"description": "Homebridge plugin for the Stagg EKG+ electric kettle",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"axios": "^1.7.9"
},
"devDependencies": {
"@types/node": "^14.11.8",
"@typescript-eslint/eslint-plugin": "^4.4.0",
"@typescript-eslint/parser": "^4.4.0",
"eslint": "^7.10.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"homebridge": "^1.2.3",
"prettier": "^2.1.2",
"rimraf": "^3.0.2",
"typescript": "^4.0.3"
},
"engines": {
"homebridge": "^1.6.0 || ^2.0.0-beta.0",
"node": "^18.20.4 || ^20.15.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/philscott-dev/homebridge-stagg-ekg-plus.git"
},
"license": "MIT",
"keywords": [
"homebridge-plugin",
"homebridge",
"stagg",
"ekg"
],
"author": "Phil Scott",
"bugs": {
"url": "https://github.com/philscott-dev/homebridge-stagg-ekg-plus/issues"
},
"homepage": "https://github.com/philscott-dev/homebridge-stagg-ekg-plus#readme"
}