UNPKG

homebridge-rabbitair

Version:
66 lines 1.88 kB
{ "name": "homebridge-rabbitair", "displayName": "Homebridge RabbitAir", "type": "module", "version": "1.0.6", "private": false, "description": "Homebridge plugin for RabbitAir air purifiers", "author": "Pradeep Mouli", "license": "Apache-2.0", "homepage": "https://github.com/pradeepmouli/homebridge-rabbitair#readme", "repository": { "type": "git", "url": "https://github.com/pradeepmouli/homebridge-rabbitair.git" }, "bugs": { "url": "https://github.com/pradeepmouli/homebridge-rabbitair/issues" }, "keywords": [ "homebridge-plugin", "rabbitair", "air-purifier" ], "main": "dist/index.js", "engines": { "node": "^18.20.4 || ^20.18.0 || ^22.10.0 || ^24.0.0", "homebridge": "^1.8.0 || ^2.0.0-beta.0" }, "dependencies": { "@changesets/cli": "^2.29.8", "crypto-js": "^4.2.0", "hap-fluent": "^0.4.0", "hap-nodejs": "^1.2.0", "oxfmt": "^0.26.0", "oxlint": "^1.41.0" }, "devDependencies": { "@pmouli/hap-test": "^0.4.0", "@types/crypto-js": "^4.2.2", "@types/node": "^25.0.9", "@types/sinon": "^21.0.0", "@vitest/coverage-istanbul": "^4.0.17", "homebridge": "^1.11.1", "jiti": "^2.6.1", "rimraf": "^6.1.2", "sinon": "^21.0.1", "ts-morph": "^27.0.2", "ts-node": "^10.9.2", "tsx": "^4.21.0", "type-fest": "^5.4.1", "typescript": "5.9.3", "typescript-eslint": "^8.53.1", "vitest": "^4.0.17" }, "scripts": { "build": "rimraf ./dist && tsc", "lint": "eslint . --max-warnings=0", "test": "vitest run", "test:unit": "vitest run test/unit", "test:integration": "vitest run test/integration", "test:e2e": "vitest run test/e2e", "test:coverage": "vitest run --coverage", "test:watch": "vitest", "version": "changelog --release --commit", "watch": "npm run build && npm link && nodemon" } }