UNPKG

hb-nb-tools

Version:
53 lines (52 loc) 1.07 kB
{ "name": "hb-nb-tools", "description": "Homebridge NB Tools", "author": "Erik Baauw", "maintainers": [ "ebaauw" ], "license": "Apache-2.0", "version": "2.0.12", "type": "module", "exports": { "./*": "./lib/*.js" }, "keywords": [ "nuki", "smart-lock", "lock", "opener" ], "bin": { "nb": "cli/nb.js" }, "engines": { "node": "^22||^20||^18" }, "dependencies": { "hb-lib-tools": "~2.2.2", "tweetnacl": "~1.0.3" }, "scripts": { "prepare": "standard && rm -rf out && jsdoc -c jsdoc.json", "test": "standard && echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/ebaauw/hb-nb-tools.git" }, "bugs": { "url": "https://github.com/ebaauw/hb-nb-tools/issues" }, "homepage": "https://github.com/ebaauw/hb-nb-tools#readme", "funding": [ { "type": "github", "url": "https://github.com/sponsors/ebaauw" }, { "type": "paypal", "url": "https://www.paypal.me/ebaauw/EUR" } ] }