{
  "name": "@homebridge/plugin-ui-utils",
  "type": "module",
  "version": "2.2.5",
  "description": "A tool to help plugins provide custom UI screens in the Homebridge UI.",
  "author": {
    "name": "oznu",
    "email": "dev@oz.nu"
  },
  "contributors": [
    {
      "name": "homebridge",
      "url": "https://github.com/homebridge"
    }
  ],
  "license": "MIT",
  "homepage": "https://github.com/homebridge/plugin-ui-utils#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/homebridge/plugin-ui-utils.git"
  },
  "bugs": {
    "url": "https://github.com/homebridge/plugin-ui-utils/issues"
  },
  "keywords": [
    "homebridge",
    "homebridge-ui"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./ui.interface": {
      "types": "./dist/ui.interface.d.ts",
      "default": "./dist/ui.interface.js"
    },
    "./ui.mock": {
      "types": "./dist/ui.mock.d.ts",
      "default": "./dist/ui.mock.js"
    },
    "./package.json": "./package.json"
  },
  "types": "dist/index.d.ts",
  "files": [
    "LICENSE",
    "README.md",
    "dist"
  ],
  "scripts": {
    "check": "npm install && npm outdated",
    "build": "rimraf ./dist && tsc --project tsconfig.json && tsc --project tsconfig.ui.json",
    "lint": "eslint .",
    "lint:fix": "npm run lint -- --fix",
    "prepublishOnly": "npm run lint && npm run build",
    "test": "echo \"No test script specified\" && exit 0",
    "test-coverage": "echo \"No test-coverage script specified\" && exit 0"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^9.1.0",
    "@types/node": "^26.1.1",
    "eslint-plugin-format": "^2.0.1",
    "rimraf": "^6.1.3",
    "ts-node": "^10.9.2",
    "typescript": "^6.0.3"
  }
}
