UNPKG

iobroker.lovelace

Version:

With this adapter you can build visualization for ioBroker with Home Assistant Lovelace UI

83 lines (82 loc) 2.42 kB
{ "name": "iobroker.lovelace", "version": "5.0.5", "description": "With this adapter you can build visualization for ioBroker with Home Assistant Lovelace UI", "author": { "name": "bluefox", "email": "dogafox@gmail.com" }, "homepage": "https://github.com/ioBroker/ioBroker.lovelace", "license": "Apache-2.0", "keywords": [ "ioBroker", "template", "Smart Home", "home automation", "lovelace", "visualisation", "repsonsive" ], "repository": { "type": "git", "url": "https://github.com/ioBroker/ioBroker.lovelace" }, "engines": { "node": ">= 20" }, "dependencies": { "@iobroker/adapter-core": "^3.3.2", "@iobroker/type-detector": "^4.5.1", "@iobroker/webserver": "^1.3.1", "axios": "^1.13.2", "body-parser": "^2.2.1", "express": "^5.2.1", "js-yaml": "^4.1.1", "jstimezonedetect": "^1.0.7", "mime": "^3.0.0", "multer": "^2.0.2", "pinyin": "^3.1.0", "translit-rus-eng": "^1.0.8", "ws": "^8.18.3" }, "devDependencies": { "@alcalzone/release-script": "^5.0.0", "@alcalzone/release-script-plugin-iobroker": "^4.0.0", "@alcalzone/release-script-plugin-license": "^4.0.0", "@alcalzone/release-script-plugin-manual-review": "^4.0.0", "@iobroker/adapter-dev": "^1.5.0", "@iobroker/eslint-config": "^2.2.0", "@iobroker/testing": "^5.2.2", "@types/gulp": "^4.0.18", "@types/node": "^20.19.27 < 21", "gulp": "^5.0.1" }, "main": "main.js", "files": [ "admin/", "assets/", "docs/", "hass_frontend/", "lib/", "io-package.json", "LICENSE", "main.js" ], "scripts": { "test:unit": "mocha --config test/mocharc.custom.json \"{!(node_modules|test)/**/*.test.js,*.test.js,test/**/test!(PackageFiles|Startup).js}\"", "test:package": "mocha test/package --exit", "test:integration": "mocha test/integration --timeout 30000 --exit", "test": "npm run test:unit && npm run test:package", "lint": "eslint -c eslint.config.mjs .", "release": "release-script", "release-patch": "release-script patch --yes", "release-minor": "release-script minor --yes", "release-major": "release-script major --yes", "translate": "translate-adapter", "update-packages": "ncu --upgrade" }, "bugs": { "url": "https://github.com/ioBroker/ioBroker.lovelace/issues" }, "readmeFilename": "README.md" }