{
  "name": "extra-map-card",
  "version": "1.8.0",
  "description": "Lovelace custom map card for Home Assistant",
  "keywords": [
    "home-assistant",
    "homeassistant",
    "hass",
    "map",
    "map-card",
    "lovelace",
    "custom-cards"
  ],
  "author": "Viet Ngoc",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ngocjohn/extra-map-card.git",
    "repo": "ngocjohn/extra-map-card"
  },
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "jsdelivr": "dist/extra-map-card-bundle.min.js",
  "unpkg": "dist/extra-map-card-bundle.min.js",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "license": "MIT",
  "dependencies": {
    "@formatjs/intl-datetimeformat": "^7.1.0",
    "@maptiler/sdk": "^3.0.1",
    "@mdi/js": "^7.4.47",
    "date-fns": "^4.1.0",
    "home-assistant-js-websocket": "^9.4.0",
    "lit": "^3.2.1",
    "memoize-one": "^6.0.0",
    "supercluster": "^8.0.1",
    "tinycolor2": "^1.6.0"
  },
  "devDependencies": {
    "@babel/core": "^7.26.9",
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-commonjs": "^28.0.3",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^16.0.0",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^12.3.0",
    "@turf/turf": "^7.2.0",
    "@types/supercluster": "^7.1.3",
    "@typescript-eslint/eslint-plugin": "^8.24.0",
    "@typescript-eslint/parser": "^8.24.0",
    "cross-env": "^7.0.3",
    "es-toolkit": "^1.32.0",
    "eslint": "^9.20.1",
    "eslint-plugin-perfectionist": "^4.9.0",
    "eslint-plugin-unused-imports": "^4.1.4",
    "husky": "^8.0.0",
    "lint-staged": "^15.4.3",
    "postcss-preset-env": "^10.1.4",
    "rollup": "^4.34.7",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-filesize": "^10.0.0",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-postcss-lit": "^2.1.0",
    "rollup-plugin-serve": "^1.1.1",
    "tslib": "^2.8.1",
    "typescript": "^5.8.3"
  },
  "browser": {
    "crypto": false
  },
  "scripts": {
    "dev": "rollup -c rollup.config.js --bundleConfigAsCjs --watch",
    "build": "npm run clean && npm run lint && npm run rollup",
    "lint": "eslint src/**/*.ts --fix",
    "rollup": "rollup -c rollup.config.js --bundleConfigAsCjs",
    "prepare": "husky install",
    "postversion": "npm run build && git add .",
    "clean": "rm -rf dist && mkdir dist",
    "start:hass": "docker run --rm --name hass -p8123:8123 -v ./test:/config homeassistant/home-assistant:beta",
    "clean:cache": "rm -rf node_modules/.cache/rollup-plugin-typescript2/* && rm -rf node_modules/.cache/rollup-plugin-typescript2/rpt2_* "
  }
}
