homebridge-bold
Version:
HomeKit support for the Bold Smart Locks.
69 lines (68 loc) • 2.06 kB
JSON
{
"name": "homebridge-bold",
"displayName": "Homebridge Bold",
"version": "2.2.1",
"description": "HomeKit support for the Bold Smart Locks.",
"main": "build/index.js",
"engines": {
"homebridge": "^1.0.0 || ^2.0.0-beta.0"
},
"scripts": {
"clean": "rm -rf build/ homebridge-ui/public/",
"build": "npm run build:plugin && npm run build:ui",
"build:plugin": "tsc",
"build:ui": "vite build homebridge-ui",
"dev": "tsc && homebridge -D",
"dev:ui": "vite build --watch homebridge-ui",
"prepublishOnly": "cp ../README.md ./ && npm run build",
"postpublish": "rm ./README.md"
},
"keywords": [
"homebridge-plugin",
"bold",
"smartlock",
"lock",
"homebridge-lock"
],
"author": "Stefan Nienhuis",
"license": "ISC",
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.3",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@vitejs/plugin-react": "^1.3.2",
"eslint": "^7.32.0",
"homebridge": "^1.6.0",
"homebridge-config-ui-x": "^4.50.5",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-qr-code": "^2.0.7",
"typescript": "^4.6.4",
"vite": "^2.9.8"
},
"dependencies": {
"@homebridge/plugin-ui-utils": "^0.0.19",
"axios": "^0.22.0",
"form-data": "^4.0.0",
"fs-extra": "^9.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/StefanNienhuis/homebridge-bold.git"
},
"bugs": {
"url": "https://github.com/StefanNienhuis/homebridge-bold/issues"
},
"homepage": "https://github.com/StefanNienhuis/homebridge-bold#readme",
"funding": [
{
"type": "paypal",
"url": "https://paypal.me/stefannienhuis"
},
{
"type": "kofi",
"url": "https://ko-fi.com/stefannienhuis"
}
]
}