{
  "name": "@iobroker/dm-gui-components",
  "version": "9.0.27",
  "description": "ReactJS components to develop admin interface for ioBroker device manager.",
  "author": {
    "name": "Jey Cee",
    "email": "iobroker@all-smart.net"
  },
  "contributors": [
    {
      "name": "UncleSamSwiss"
    },
    {
      "name": "bluefox",
      "email": "dogafox@gmail.com"
    }
  ],
  "scripts": {
    "prepublishOnly": "npm run build",
    "clean": "rimraf build",
    "build": "tsc && tsc-alias",
    "check-ts": "tsc --noEmit --checkJS false",
    "lint": "eslint -c eslint.config.mjs src",
    "release": "release-script -y --noPush --no-update-lockfile",
    "release-patch": "release-script patch --yes --no-update-lockfile --publishAll",
    "release-minor": "release-script minor --yes --no-update-lockfile --publishAll",
    "release-major": "release-script major --yes --no-update-lockfile --publishAll",
    "update-packages": "npx -y npm-check-updates --upgrade"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ioBroker/dm-gui-components.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "build/",
    "LICENSE",
    "README.md"
  ],
  "module": "./build/index.js",
  "types": "./build/index.d.ts",
  "keywords": [
    "iobroker",
    "adapter",
    "iot"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ioBroker/dm-gui-components/issues"
  },
  "homepage": "https://github.com/ioBroker/dm-gui-components#readme",
  "dependencies": {
    "@iobroker/adapter-react-v5": "^8.1.8",
    "@iobroker/json-config": "^8.3.5"
  },
  "devDependencies": {
    "@alcalzone/release-script": "^5.1.1",
    "@alcalzone/release-script-plugin-license": "^5.1.1",
    "@iobroker/build-tools": "^3.0.1",
    "@iobroker/dm-utils": "^3.0.19",
    "@iobroker/dm-utils-v1": "npm:@iobroker/dm-utils@^1.0.16",
    "@iobroker/eslint-config": "^2.2.0",
    "tsc-alias": "^1.8.16",
    "typescript": "~5.9.3"
  }
}
