UNPKG

iobroker.nspanel-lovelace-ui

Version:

NsPanel Lovelace UI is a Firmware for the nextion screen inside of NSPanel in the Design of Lovelace UI Design.

110 lines (109 loc) 3.17 kB
{ "name": "iobroker.nspanel-lovelace-ui", "version": "0.1.11", "description": "NsPanel Lovelace UI is a Firmware for the nextion screen inside of NSPanel in the Design of Lovelace UI Design.", "author": { "name": "ticaki", "email": "github@renopoint.de" }, "contributors": [ { "name": "tt-tom17" }, { "name": "Armilar" } ], "homepage": "https://github.com/ticaki/ioBroker.nspanel-lovelace-ui", "license": "MIT", "keywords": [ "NSPanel", "Lovelace", "Sonoff", "Lovelace UI", "ioBroker" ], "repository": { "type": "git", "url": "git@github.com:ticaki/ioBroker.nspanel-lovelace-ui.git" }, "engines": { "node": ">= 20" }, "dependencies": { "@iobroker/adapter-core": "^3.2.3", "@iobroker/type-detector": "^4.2.0", "@types/node-forge": "^1.3.11", "aedes": "^0.51.3", "aedes-persistence-level": "^9.0.0", "aedes-server-factory": "^0.2.1", "axios": "^1.8.4", "colord": "^2.9.3", "dayjs": "^1.11.13", "level": "^9.0.0", "moment": "^2.30.1", "moment-parseformat": "^4.0.0", "mqtt": "^5.10.4", "node-forge": "^1.3.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/dev-server": "^0.7.8", "@iobroker/eslint-config": "^2.0.1", "@iobroker/testing": "^5.0.4", "@tsconfig/node20": "^20.1.5", "@types/chai": "4.3.11", "@types/chai-as-promised": "^8.0.2", "@types/mocha": "^10.0.10", "@types/node": "^22.13.14", "@types/proxyquire": "^1.3.31", "@types/sinon": "^17.0.4", "@types/sinon-chai": "^3.2.12", "chai": "4.4.1", "chai-as-promised": "^8.0.1", "mocha": "^11.1.0", "proxyquire": "^2.1.3", "sinon": "^20.0.0", "sinon-chai": "^3.7.0", "source-map-support": "^0.5.21", "ts-node": "^10.9.2", "typescript": "^5.8.2" }, "main": "build/main.js", "files": [ "admin{,/!(src)/**}/!(tsconfig|tsconfig.*|.eslintrc).{json,json5}", "admin{,/!(src)/**}/*.{html,css,png,svg,jpg,js}", "build/", "www/", "io-package.json", "LICENSE", "/templates", "lib/", "script/" ], "scripts": { "prebuild": "clean-dir ./build", "build": "build-adapter ts", "watch": "build-adapter ts --watch", "prebuild:ts": "clean-dir ./build", "build:ts": "build-adapter ts", "watch:ts": "build-adapter ts --watch", "test:ts": "mocha --config test/mocharc.custom.json src/**/*.test.ts", "test:package": "mocha test/package --exit", "test:integration": "mocha test/integration --exit", "test": "npm run test:ts && npm run test:package", "check": "tsc --noEmit", "coverage": "nyc npm run test:ts", "lint": "eslint -c eslint.config.mjs .", "translate": "translate-adapter", "release": "release-script" }, "bugs": { "url": "https://github.com/ticaki/ioBroker.nspanel-lovelace-ui/issues" }, "readmeFilename": "README.md" }