UNPKG

homebridge-stagekit

Version:

Homebridge Plugin for the RockBand StageKit

80 lines (79 loc) 1.79 kB
{ "displayName": "Homebridge StageKit", "name": "homebridge-stagekit", "version": "1.2.4", "description": "Homebridge Plugin for the RockBand StageKit", "main": "dist/index.js", "repository": { "type": "git", "url": "git://github.com/Sunoo/homebridge-stagekit.git" }, "keywords": [ "homebridge-plugin", "pdp", "rockband", "rock band", "stagekit", "stage kit" ], "author": "David Maher", "license": "GPL-2.0-or-later", "os": [ "linux" ], "funding": [ { "type": "kofi", "url": "https://ko-fi.com/sunookitsune" }, { "type": "paypal", "url": "https://paypal.me/sunoo" }, { "type": "github", "url": "https://github.com/Sunoo" }, { "type": "liberapay", "url": "https://liberapay.com/Sunoo" } ], "bugs": { "url": "https://github.com/Sunoo/homebridge-stagekit/issues" }, "homepage": "https://github.com/Sunoo/homebridge-stagekit#readme", "scripts": { "clean": "rimraf ./dist", "build": "rimraf ./dist && tsc", "lint": "eslint **/*.ts --fix", "lint-check": "eslint **/*.ts", "prepare": "npm run build", "prepublishOnly": "npm run lint-check", "postpublish": "npm run clean", "watch": "npm run clean && tsc --watch" }, "devDependencies": { "@types/node": "^14.14.28", "@typescript-eslint/eslint-plugin": "^4.15.1", "@typescript-eslint/parser": "^4.15.1", "eslint": "^7.20.0", "homebridge": "^1.1.7", "rimraf": "^3.0.2", "typescript": "^4.1.5" }, "files": [ "config.schema.json", "dist/**/*", "LICENSE", "package.json", "README.md" ], "engines": { "node": ">=10", "homebridge": ">=1.0.0" }, "dependencies": { "rbstagekit": "^1.2.2" } }