{
  "name": "iobroker.nspanel-lovelace-ui",
  "version": "0.17.8",
  "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": "^1.0.2",
    "aedes-persistence-level": "^9.1.3",
    "aedes-server-factory": "^0.2.1",
    "colord": "^2.9.3",
    "level": "^10.0.0",
    "mqtt": "^5.15.1",
    "node-forge": "^1.4.0",
    "node-ical": "^0.26.0",
    "source-map-support": "^0.5.21"
  },
  "devDependencies": {
    "@alcalzone/release-script": "^5.1.1",
    "@alcalzone/release-script-plugin-iobroker": "^5.1.2",
    "@alcalzone/release-script-plugin-license": "^5.1.1",
    "@alcalzone/release-script-plugin-manual-review": "^5.1.1",
    "@iobroker/adapter-dev": "^1.5.0",
    "@iobroker/dev-server": "^0.8.0",
    "@iobroker/eslint-config": "^2.2.0",
    "@iobroker/testing": "^5.2.2",
    "@tsconfig/node20": "^20.1.9",
    "@types/node": "^25.5.2",
    "@types/node-forge": "^1.3.14",
    "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",
    "sync:datapoints": "ts-node tasks.ts sync:datapoints",
    "lint:admin": "cd src-admin && npm run lint",
    "verify": "npm run lint && npm run lint:admin && npm run build",
    "dev": "dev-server upload && dev-server watch",
    "dev:admin": "npm run build:admin && dev-server upload && dev-server watch",
    "dev:full": "npm run verify && npm run build:admin && dev-server upload && dev-server watch",
    "start": "cd src-admin && npm run start"
  },
  "bugs": {
    "url": "https://github.com/ticaki/ioBroker.nspanel-lovelace-ui/issues"
  },
  "readmeFilename": "README.md"
}
