UNPKG

hb-nb-tools

Version:
58 lines (57 loc) 1.12 kB
{ "name": "hb-nb-tools", "description": "Homebridge NB Tools", "author": "Erik Baauw", "maintainers": [ "ebaauw" ], "license": "Apache-2.0", "version": "2.1.1", "type": "module", "exports": { "./*": "./lib/*.js" }, "files": [ "index.js", "lib", "cli" ], "keywords": [ "nuki", "smart-lock", "lock", "opener" ], "bin": { "nb": "cli/nb.js" }, "engines": { "node": "^24||^22" }, "dependencies": { "hb-lib-tools": "~3.0.5", "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" } ] }