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.
98 lines (97 loc) • 3.02 kB
JSON
{
"name": "iobroker.nspanel-lovelace-ui",
"version": "0.9.1",
"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.3.2",
"aedes": "^0.51.3",
"aedes-persistence-level": "^9.1.2",
"aedes-server-factory": "^0.2.1",
"colord": "^2.9.3",
"level": "^10.0.0",
"mqtt": "^5.14.1",
"node-forge": "^1.3.1"
},
"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/dev-server": "^0.8.0",
"@iobroker/eslint-config": "^2.2.0",
"@iobroker/testing": "^5.1.1",
"@tsconfig/node20": "^20.1.5",
"@types/node": "^24.10.0",
"@types/node-forge": "^1.3.14",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
},
"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 . --cache --cache-location .eslintcache --cache-strategy content",
"translate": "translate-adapter",
"release": "release-script",
"npm": "npm i && cd src-admin && npm i",
"build:admin": "cd src-admin && npm run build",
"build:all": "npm run build && npm run build:admin",
"verify": "npm run lint && npm run build",
"build:watch": "npm run build:admin && npm run verify && dev-server upload && dev-server watch"
},
"bugs": {
"url": "https://github.com/ticaki/ioBroker.nspanel-lovelace-ui/issues"
},
"readmeFilename": "README.md"
}