homebridge-switchbot-bluetooth-platform
Version:
A Homebridge platform Plugin for controlling SwitchBot bots using BLE (Bluetooth Low Energry)
59 lines (58 loc) • 1.63 kB
JSON
{
"displayName": "Homebridge SwitchBot Bluetooth Platform",
"name": "homebridge-switchbot-bluetooth-platform",
"version": "1.2.6",
"description": "A Homebridge platform Plugin for controlling SwitchBot bots using BLE (Bluetooth Low Energry)",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git://github.com/galzo/homebridge-switchbot-bluetooth"
},
"bugs": {
"url": "https://github.com/galzo/homebridge-switchbot-bluetooth/issues"
},
"engines": {
"node": ">=14.18.1",
"homebridge": ">=1.3.5"
},
"main": "dist/index.js",
"scripts": {
"lint": "eslint src/**.ts --max-warnings=0",
"watch": "npm run build && npm link && nodemon",
"build": "rimraf ./dist && tsc",
"prepublishOnly": "npm run lint && npm run build"
},
"keywords": [
"homebridge-plugin",
"homebridge",
"switchbot",
"switchbot-ble",
"switchbot-bluetooth",
"homekit"
],
"funding": {
"type": "paypal",
"url": "https://paypal.me/galzo1"
},
"dependencies": {
"node-cache": "^5.1.2",
"node-switchbot": "1.8.1"
},
"devDependencies": {
"@types/node": "^18.0.0",
"@types/node-cache": "^4.2.5",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"@typescript-eslint/parser": "^5.30.0",
"eslint": "^8.18.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.1.0",
"homebridge": "^1.5.0",
"nodemon": "^2.0.18",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"ts-node": "^10.8.1",
"typescript": "^4.7.4"
}
}