hap-controller
Version:
Library to implement a HAP (HomeKit) controller
66 lines (65 loc) • 1.72 kB
JSON
{
"name": "hap-controller",
"version": "0.10.2",
"description": "Library to implement a HAP (HomeKit) controller",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"prepare": "npm run build",
"build": "tsc -p .",
"lint": "eslint .",
"prettier": "prettier -u -w '*.ts' examples src __tests__",
"test": "jest",
"release": "release-script"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Apollon77/hap-controller-node.git"
},
"keywords": [
"HomeKit",
"HAP",
"controller"
],
"author": "Michael Stegeman",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/Apollon77/hap-controller-node/issues"
},
"homepage": "https://github.com/Apollon77/hap-controller-node#readme",
"dependencies": {
"@stoprocent/noble": "^1.15.1",
"bignumber.js": "^9.1.2",
"debug": "^4.3.7",
"dnssd": "^0.4.1",
"fast-srp-hap": "^2.0.4",
"http-parser-js": "^0.5.8",
"json-bigint": "^1.0.0",
"libsodium-wrappers": "^0.7.15",
"node-hkdf-sync": "^1.0.0",
"uuid": "^11.0.2"
},
"devDependencies": {
"@alcalzone/release-script": "^3.8.0",
"@types/debug": "^4.1.12",
"@types/dnssd": "^0.4.5",
"@types/json-bigint": "^1.0.4",
"@types/libsodium-wrappers": "^0.7.14",
"@types/node": "^22.8.5",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"event-to-promise": "^0.8.0",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"typescript": "~5.6.3"
},
"files": [
"LICENSE",
"README.md",
"lib",
"examples"
]
}