homebridge-kasa-python
Version:
Plugin that uses Python-Kasa API to communicate with Kasa Devices.
85 lines (84 loc) • 2.12 kB
JSON
{
"displayName": "Homebridge Kasa Python",
"name": "homebridge-kasa-python",
"version": "2.7.2",
"description": "Plugin that uses Python-Kasa API to communicate with Kasa Devices.",
"license": "MIT",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/ZeliardM/homebridge-kasa-python.git"
},
"bugs": {
"url": "https://github.com/ZeliardM/homebridge-kasa-python/issues"
},
"engines": {
"homebridge": "^1.9.0 || ^2.0.0-beta.0",
"node": "^18.20.7 || ^20.19.0 || ^22.14.0",
"python": "^3.11.0"
},
"main": "dist/index.js",
"scripts": {
"build": "npm ci && rimraf -I ./dist && npm run lint && tsc && node copyPythonFiles.js",
"lint": "eslint src/**/*.ts --max-warnings=0",
"prepublishOnly": "npm run lint && npm run build",
"watch": "npm run build && npm link && nodemon"
},
"keywords": [
"homebridge",
"homebridge-plugin",
"homebridge-kasa",
"homebridge-kasa-python",
"homekit",
"kasa",
"plugin",
"python",
"python-kasa",
"smarthome",
"tapo",
"tplink",
"tplink-kasa",
"tplink-tapo",
"tplink-smarthome"
],
"files": [
"config.schema.json",
"dist",
"LICENSE",
"requirements.txt"
],
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.23.0",
"@types/node": "^22.13.13",
"@typescript-eslint/parser": "^8.27.0",
"@stylistic/eslint-plugin": "^4.2.0",
"eslint": "^9.23.0",
"globals": "^16.0.0",
"homebridge": "^2.0.0-beta.27",
"node-persist": "^4.0.4",
"nodemon": "^3.1.9",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"typescript-eslint": "^8.27.0"
},
"homepage": "https://github.com/ZeliardM/homebridge-kasa-python#readme",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/ZeliardM"
},
{
"type": "paypal",
"url": "https://www.paypal.me/ZeliardM/USD"
}
],
"dependencies": {
"axios": "^1.8.4",
"ts-essentials": "^10.0.4",
"typescript": "^5.8.2"
},
"overrides": {
"node-persist": "^4.0.4"
}
}