homebridge-panda-pwr
Version:
This is a Homebridge plugin for Panda Pwr, it works with the Panda Pwr API to control your Panda Pwr devices.
65 lines (64 loc) • 1.87 kB
JSON
{
"name": "homebridge-panda-pwr",
"displayName": "Panda Pwr",
"type": "module",
"version": "1.1.7",
"description": "This is a Homebridge plugin for Panda Pwr, it works with the Panda Pwr API to control your Panda Pwr devices.",
"author": "Idan Magled <idanmagled@gmail.com> (https://github.com/blackcolt)",
"license": "Apache-2.0",
"homepage": "https://github.com/blackcolt/homebridge-panda-pwr#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/blackcolt/homebridge-panda-pwr.git"
},
"funding": [
{
"type": "Paypal",
"url": "https://paypal.me/idanmagled"
},
{
"type": "GitHub",
"url": "https://github.com/sponsors/blackcolt"
}
],
"bugs": {
"url": "https://github.com/blackcolt/homebridge-panda-pwr/issues"
},
"keywords": [
"homebridge-panda-pwr",
"homebridge",
"homebridge-plugin",
"homekit",
"homekit-accessory",
"homekit-accessory-plugin",
"panda-pwr"
],
"main": "dist/index.js",
"icon": "https://raw.githubusercontent.com/blackcolt/homebridge-panda-pwr/latest/assets/icon.png",
"engines": {
"node": "^18.20.4 || ^20.18.0 || ^22.10.0",
"homebridge": "^1.8.0 || ^2.0.0-beta.0"
},
"scripts": {
"build": "rimraf ./dist && tsc",
"lint": "eslint . --max-warnings=0",
"prepublishOnly": "npm run lint && npm run build",
"watch": "npm run build && npm link && nodemon",
"test": "jest"
},
"devDependencies": {
"@eslint/js": "^9.14.0",
"@types/eslint__js": "^8.42.3",
"@types/jest": "^29.5.14",
"@types/node": "^22.8.6",
"eslint": "^9.14.0",
"homebridge": "^2.0.0-beta.0",
"nodemon": "^3.1.7",
"rimraf": "^6.0.1",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"typescript-eslint": "^8.12.2"
},
"types": "./dist/index.d.ts"
}