UNPKG

@homebridge/hap-client

Version:
65 lines (64 loc) 1.65 kB
{ "name": "@homebridge/hap-client", "version": "3.1.1", "description": "A client for HAP-NodeJS.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "check": "npm install && npm outdated", "clean": "rimraf ./dist", "lint": "eslint src/**.ts", "build": "tsc", "prepublishOnly": "npm run lint && npm run build", "test": "jest", "test-coverage": "jest --coverage", "gen": "ts-node scripts/gen-hap-types.ts" }, "repository": { "type": "git", "url": "git+https://github.com/homebridge/hap-client.git" }, "keywords": [ "hap", "homebridge", "api" ], "author": { "name": "Homebridge" }, "contributors": [ { "name": "homebridge", "url": "https://github.com/homebridge" } ], "license": "MIT", "bugs": { "url": "https://github.com/homebridge/hap-client/issues/" }, "homepage": "https://github.com/homebridge/hap-client/blob/latest#readme", "dependencies": { "axios": "^1.11.0", "bonjour-service": "1.3.0", "decamelize": "5.0.1", "inflection": "3.0.2", "source-map-support": "0.5.21" }, "devDependencies": { "@eslint/eslintrc": "^3.3.1", "@eslint/js": "^9.31.0", "@homebridge/hap-nodejs": "^2.0.1", "@types/jest": "^30.0.0", "@types/node": "^24.1.0", "@types/source-map-support": "^0.5.10", "@typescript-eslint/eslint-plugin": "^8.38.0", "@typescript-eslint/parser": "^8.38.0", "eslint": "^9.31.0", "eslint-plugin-jest": "^29.0.1", "globals": "^16.3.0", "jest": "^30.0.5", "ts-jest": "^29.4.0", "ts-node": "^10.9.2", "typescript": "^5.8.3" } }