UNPKG

fp2-proxy

Version:

Proxy for Aqara Presence Sensor FP2

61 lines (60 loc) 1.25 kB
{ "name": "fp2-proxy", "description": "Proxy for Aqara Presence Sensor FP2", "displayName": "FP2 Proxy", "author": "Erik Baauw", "maintainers": [ "ebaauw" ], "license": "Apache-2.0", "version": "0.0.1-1", "keywords": [ "aqara", "fp2", "mmWave", "deconz", "raspbee", "conbee", "dresden-elektronik", "dresdenelektronik" ], "type": "module", "main": "cli/fp2-proxy.js", "exports": { ".": "./cli/fp2-proxy.js", "./*": "./lib/*.js" }, "bin": { "fp2-proxy": "cli/fp2-proxy.js" }, "engines": { "node": "^22" }, "dependencies": { "hap-controller": "^0.10.1", "hb-deconz-tools": "~2.0.12", "hb-lib-tools": "~2.2.5" }, "scripts": { "prepare": "standard", "test": "standard && echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/ebaauw/fp2-proxy.git" }, "bugs": { "url": "https://github.com/ebaauw/fp2-proxy/issues" }, "homepage": "https://github.com/ebaauw/fp2-proxy#readme", "funding": [ { "type": "github", "url": "https://github.com/sponsors/ebaauw" }, { "type": "paypal", "url": "https://www.paypal.me/ebaauw/EUR" } ] }