@lucavb/homebridge-shelly-ds9
Version:
Homebridge plugin for the next generation of Shelly devices
79 lines (78 loc) • 2.26 kB
JSON
{
"name": "@lucavb/homebridge-shelly-ds9",
"version": "1.6.2",
"description": "Homebridge plugin for the next generation of Shelly devices",
"keywords": [
"homebridge",
"homebridge-plugin",
"shelly",
"smart-home",
"home-automation",
"iot",
"shelly-devices",
"smart-switch",
"smart-plug",
"dimmer",
"cover",
"power-meter",
"wifi",
"esp32",
"relay",
"automation"
],
"homepage": "https://github.com/lucavb/homebridge-shelly-ds9#readme",
"bugs": {
"url": "https://github.com/lucavb/homebridge-shelly-ds9/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lucavb/homebridge-shelly-ds9.git"
},
"license": "GPL-3.0",
"author": "Alexander Rydén",
"sideEffects": false,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"config.schema.json"
],
"scripts": {
"build": "rimraf ./dist && tsup",
"cq": "npm run cq:typecheck && npm run cq:eslint && npm run cq:prettier",
"cq:eslint": "eslint . --max-warnings=0",
"cq:eslint:fix": "eslint . --max-warnings=0 --fix",
"cq:prettier": "prettier --check .",
"cq:prettier:fix": "prettier --write .",
"cq:typecheck": "tsc --noEmit",
"publishd": "npm publish --dry-run",
"test": "vitest run",
"test:ci": "vitest run --reporter=verbose",
"test:watch": "vitest",
"preversion": "npm run build && npm run cq",
"postversion": "git push && git push --tags"
},
"dependencies": {
"@lucavb/shellies-ds9": "1.1.9"
},
"devDependencies": {
"@eslint/js": "9.29.0",
"@types/node": "22.15.32",
"eslint": "9.29.0",
"homebridge": "1.10.0",
"jiti": "2.4.2",
"prettier": "3.6.2",
"rimraf": "6.0.1",
"tsup": "8.5.0",
"typescript": "5.8.3",
"typescript-eslint": "8.35.0",
"vitest": "3.2.4"
},
"engines": {
"homebridge": "^1.6.0 || ^2.0.0-beta.0",
"node": "^22 || ^24"
},
"publishConfig": {
"access": "public"
}
}