homebridge-yalehome
Version:
Homebridge plugin support for Yale Home.
49 lines (48 loc) • 1.25 kB
JSON
{
"displayName": "Homebridge Yale Home",
"name": "homebridge-yalehome",
"version": "1.0.27",
"description": "Homebridge plugin support for Yale Home.",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git@github.com:JagCesar/homebridge-yale-sync-alarm.git"
},
"bugs": {
"url": "https://github.com/JagCesar/homebridge-yale-sync-alarm"
},
"engines": {
"node": ">=12.13.0",
"homebridge": ">=1.3.0"
},
"main": "dist/index.js",
"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",
"beta": "npm version prepatch --preid beta"
},
"keywords": [
"homebridge-plugin",
"yale sync alarm",
"yale alarm",
"yale",
"yale home",
"yale doorman"
],
"dependencies": {
"@jagcesar/yalesyncalarm": "^2.1.0"
},
"devDependencies": {
"@types/node": "^14.14.31",
"@typescript-eslint/eslint-plugin": "^4.16.1",
"@typescript-eslint/parser": "^4.16.1",
"eslint": "^7.21.0",
"homebridge": "^1.3.1",
"nodemon": "^2.0.7",
"rimraf": "^3.0.2",
"ts-node": "^9.1.1",
"typescript": "^4.2.2"
}
}