@lucavb/homebridge-shelly-ds9
Version:
Homebridge plugin for the next generation of Shelly devices
108 lines (107 loc) • 3.17 kB
JSON
{
"name": "@lucavb/homebridge-shelly-ds9",
"version": "1.9.0",
"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": {
"name": "Luca Becker",
"email": "hello@luca-becker.me",
"url": "https://luca-becker.me"
},
"sideEffects": false,
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
}
},
"files": [
"dist",
"config.schema.json"
],
"scripts": {
"build": "tsdown",
"commitlint": "commitlint --edit",
"cq": "npm run cq:typecheck && npm run cq:eslint && npm run cq:prettier && npm run build",
"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",
"release": "semantic-release",
"test": "vitest run",
"test:ci": "vitest run --reporter=verbose",
"test:watch": "vitest"
},
"dependencies": {
"@lucavb/shellies-ds9": "1.7.0"
},
"devDependencies": {
"@commitlint/cli": "21.0.2",
"@commitlint/config-conventional": "21.0.2",
"@commitlint/types": "21.0.1",
"@eslint/js": "10.0.1",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/github": "^12.0.0",
"@semantic-release/npm": "^13.0.0",
"@semantic-release/release-notes-generator": "^14.0.0",
"@types/node": "24.13.2",
"eslint": "10.5.0",
"homebridge": "2.1.0",
"jiti": "2.7.0",
"prettier": "3.8.4",
"rimraf": "6.1.3",
"semantic-release": "^25.0.0",
"tsdown": "0.22.3",
"typescript": "6.0.3",
"typescript-eslint": "8.61.1",
"vitest": "4.1.9"
},
"peerDependencies": {
"homebridge": "^1.6.0 || ^2.0.0"
},
"engines": {
"homebridge": "^1.6.0 || ^2.0.0",
"node": "^22.12.0 || ^24.0.0"
},
"publishConfig": {
"access": "public"
}
}