{ "displayName": "Homebridge Orro", "name": "homebridge-orro", "version": "1.0.3", "description": "Homebridge support for Orro lan switches.", "license": "Apache-2.0", "repository": { "type": "git", "url": "git://github.com/syntheticencounters/homebridge-orro.git" }, "bugs": { "url": "https://github.com/syntheticencounters/homebridge-orro/issues" }, "engines": { "node": ">=10.17.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" }, "keywords": [ "homebridge-plugin" ], "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" }, "dependencies": { "websocket": "^1.0.34" } }