UNPKG

homebridge-soundtouch-plugins

Version:
49 lines (48 loc) 1.01 kB
{ "name": "homebridge-soundtouch-plugins", "version": "1.0.3", "description": "Homebridge SoundTouch plugins", "main": "dist/index.js", "types": "dist/index.d.js", "scripts": { "dev": "rimraf ./dist && tsc" }, "keywords": [ "homebridge-plugin", "soundtouch", "volume", "lighthub", "speaker", "presets", "switch", "bose" ], "repository": { "type": "git", "url": "https://github.com/bossoq/homebridge-soundtouch-plugins.git" }, "prettier": { "maxWidth": 80, "tabWidth": 2, "semi": false, "singleQuote": true, "trailingComma": "es5", "useTabs": false }, "engines": { "node": ">=14.18.1", "homebridge": ">=1.4.0" }, "author": "Kittipos 'Pos' Wajakajornrit", "license": "MIT", "dependencies": { "@bossoq/soundtouch-api": "^1.1.1" }, "devDependencies": { "@types/node": "^17.0.24", "homebridge": "^1.4.0", "rimraf": "^3.0.2", "ts-node": "^10.7.0", "typescript": "^4.6.3" } }