UNPKG

homebridge-keyble

Version:
48 lines (47 loc) 1.19 kB
{ "name": "homebridge-keyble", "version": "0.1.0", "description": "HomeKit Support for Eqiva EQ3 Doorlocks", "license": "MIT", "keywords": [ "homebridge-plugin", "keyble", "eqiva", "eq3" ], "repository": { "type": "git", "url": "git+ssh://git@github.com/gothma/homebridge-keyble.git" }, "bugs": { "url": "https://github.com/gothma/homebridge-keyble/issues" }, "engines": { "node": ">=12.0.0", "homebridge": "^1.0.0" }, "scripts": { "lint": "eslint src/**.ts --max-warnings=0", "watch": "npm run build && npm link && nodemon", "build": "rimraf ./dist && tsc", "prepublishOnly": "npm run lint && npm run build", "test": "standard" }, "dependencies": { "keyble": "^0.3.2" }, "devDependencies": { "@types/node": "^14.17.1", "@typescript-eslint/eslint-plugin": "^4.25.0", "@typescript-eslint/parser": "^4.25.0", "eslint": "^7.27.0", "homebridge": "^1.3.4", "nodemon": "^2.0.7", "rimraf": "^3.0.2", "ts-node": "^9.1.1", "typescript": "^4.3.2" }, "homepage": "https://github.com/gothma/homebridge-keyble#readme", "main": "dist/index.js", "author": "ziisch" }