{ "name": "@njmyers/homebridge-plugin-ruuvitag", "displayName": "Ruuvitag Plugin", "type": "module", "version": "1.0.12-beta.0", "description": "A revamp of the Ruuvitag plugin for Homebridge", "author": "Your Name", "license": "Apache-2.0", "homepage": "https://github.com/njmyers/homebridge-plugin-ruuvitag#readme", "repository": { "type": "git", "url": "https://github.com/njmyers/homebridge-plugin-ruuvitag.git" }, "bugs": { "url": "https://github.com/njmyers/homebridge-plugin-ruuvitag/issues" }, "keywords": [ "homebridge-plugin" ], "main": "dist/index.js", "publishConfig": { "access": "public" }, "engines": { "node": "^22.10.0 || ^24.0.0 || ^26.0.0", "homebridge": "^1.8.0 || ^2.0.0" }, "scripts": { "build": "rimraf ./dist && tsc", "lint": "eslint . --max-warnings=0", "prepublishOnly": "npm run lint && npm run build", "start": "tsx scripts/start.ts", "test": "vitest run", "watch": "npm run build && npm link && nodemon" }, "devDependencies": { "@eslint/js": "^9.14.0", "@types/eslint__js": "^8.42.3", "@types/noble": "^0.0.44", "@types/node": "^22.20.1", "eslint": "^9.14.0", "homebridge": "^2.4.0", "nodemon": "^3.1.7", "rimraf": "^6.0.1", "ts-node": "^10.9.2", "tsx": "^4.19.4", "typescript": "^5.6.3", "typescript-eslint": "^8.12.2", "vitest": "^3.1.3" }, "dependencies": { "@abandonware/noble": "npm:@stoprocent/noble@^1.18.2", "date-fns": "^4.1.0", "time-speak": "^1.9.0" } }