iobroker.lovelace
Version:
With this adapter you can build visualization for ioBroker with Home Assistant Lovelace UI
95 lines (94 loc) • 2.79 kB
JSON
{
"name": "iobroker.lovelace",
"version": "5.0.0",
"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.2.3",
"@iobroker/type-detector": "^4.2.0",
"@iobroker/webserver": "^1.2.6",
"axios": "^1.8.4",
"body-parser": "^2.2.0",
"express": "^5.1.0",
"js-yaml": "^4.1.0",
"jstimezonedetect": "^1.0.7",
"mime": "^3.0.0",
"multer": "^1.4.5-lts.2",
"pinyin": "^3.1.0",
"translit-rus-eng": "^1.0.8",
"ws": "^8.18.1"
},
"devDependencies": {
"@alcalzone/release-script": "^3.8.0",
"@alcalzone/release-script-plugin-iobroker": "^3.7.2",
"@alcalzone/release-script-plugin-license": "^3.7.0",
"@alcalzone/release-script-plugin-manual-review": "^3.7.0",
"@iobroker/adapter-dev": "^1.4.0",
"@iobroker/eslint-config": "^1.0.1",
"@iobroker/testing": "^5.0.4",
"@types/chai": "^4.3.20",
"@types/chai-as-promised": "^7.1.8",
"@types/gulp": "^4.0.17",
"@types/mocha": "^10.0.10",
"@types/node": "^20.17.29 < 21",
"@types/proxyquire": "^1.3.31",
"@types/sinon": "^17.0.4",
"@types/sinon-chai": "^3.2.12",
"chai": "^4.4.2",
"chai-as-promised": "^7.1.2",
"gulp": "^5.0.0",
"mocha": "^10.8.2",
"proxyquire": "^2.1.3",
"sinon": "^19.0.2",
"sinon-chai": "^3.7.0"
},
"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"
}