UNPKG

homebridge-kodi

Version:
101 lines (100 loc) 2.62 kB
{ "displayName": "Homebridge Kodi", "name": "homebridge-kodi", "version": "1.1.0", "description": "Kodi plugin for Homebridge", "license": "MIT", "files": [ "LICENSE", "dist/**/*", "package.json", "config.schema.json", "README.md", "CHANGELOG.md" ], "homepage": "https://github.com/DeutscheMark/homebridge-kodi#readme", "repository": { "type": "git", "url": "git+https://github.com/DeutscheMark/homebridge-kodi.git" }, "bugs": { "url": "https://github.com/DeutscheMark/homebridge-kodi/issues" }, "author": { "name": "Daniel Müller", "email": "deutschemark88@gmail.com", "url": "https://github.com/DeutscheMark" }, "funding": [ { "type": "github", "url": "https://github.com/sponsors/DeutscheMark/" }, { "type": "paypal", "url": "https://paypal.me/DeutscheMark/5" } ], "keywords": [ "homebridge", "homebridge-plugin", "homebridge-kodi", "kodi", "xbmc", "frodo", "gotham", "helix", "isengard", "jarvis", "krypton", "leia", "matrix", "media", "movies", "series", "tv", "television", "control", "channel", "channels", "network", "show", "shows", "tv-shows", "videos", "music", "music videos", "smart", "home", "smart home", "smarthome" ], "engines": { "node": "^18.20.4 || ^20.18.0 || ^22.10.0", "homebridge": "^1.10.0 || ^2.0.0-beta.0" }, "main": "dist/index.js", "scripts": { "build": "rimraf ./dist && tsc", "clean": "rimraf ./dist", "prepublishOnly": "npm run build", "postpublish": "npm run clean", "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "got": "^11.8.3", "node-persist": "^3.1.0", "rpc-websockets": "^7.4.17", "setinterval-plus": "^1.0.3" }, "devDependencies": { "@types/node": "^17.0.24", "@typescript-eslint/eslint-plugin": "^5.19.0", "@typescript-eslint/parser": "^5.19.0", "eslint": "^8.13.0", "homebridge": "^1.4.0", "rimraf": "^3.0.2", "ts-node": "^10.7.0", "typescript": "^4.6.3" } }