{
  "name": "yio-map",
  "description": "Web component for interactive maps using LitElement and OpenLayers",
  "license": "MIT",
  "author": "yio-map",
  "repository": {
    "type": "git",
    "url": "https://github.com/yiogmbh/yio-map"
  },
  "version": "0.14.2",
  "type": "module",
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "import": "./dist/yio-map.js",
      "types": "./dist/index.d.ts"
    }
  },
  "scripts": {
    "start": "vite",
    "build": "vite build && vite -c vite.config-umd.js build && tsc src/index.js --outDir dist --skipLibCheck --allowJS --declaration --declarationMap --emitDeclarationOnly",
    "prepublish": "npm run build",
    "prepublishOnly": "npm run build",
    "lint": "eslint --ext .js,.html . && prettier \"**/*.(js|html)\" --check --ignore-path .gitignore",
    "format": "eslint --ext .js,.html . --fix && prettier \"**/*.(js|html)\" --write --ignore-path .gitignore",
    "prepare": "husky",
    "pretest": "tsc --noEmit && npx playwright install chromium-headless-shell",
    "test": "vitest run --silent",
    "test:watch": "npm run pretest && vitest watch",
    "storybook": "storybook dev -p 6006",
    "storybook:build": "storybook build"
  },
  "dependencies": {
    "lit": "^3.3.2"
  },
  "peerDependencies": {
    "ol": "^10.7.0",
    "ol-mapbox-style": "^13.2.0"
  },
  "devDependencies": {
    "@chromatic-com/storybook": "^5.1.1",
    "@storybook/addon-docs": "10.3.5",
    "@storybook/web-components": "^10.3.5",
    "@storybook/web-components-vite": "^10.3.5",
    "@types/node": "^25.0.10",
    "@vitest/browser": "^4.1.4",
    "@vitest/browser-playwright": "^4.1.4",
    "eslint": "^9.39.2",
    "eslint-config-flat-gitignore": "^2.1.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-html": "^8.1.4",
    "eslint-plugin-storybook": "^10.3.5",
    "husky": "^9.1.7",
    "lint-staged": "^15.5.2",
    "playwright": "^1.58.0",
    "prettier": "^3.8.1",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "storybook": "10.3.5",
    "typescript": "^5.9.3",
    "vite": "8.0.5",
    "vitest": "^4.1.4"
  },
  "lint-staged": {
    "*.js": [
      "eslint --fix",
      "prettier --write"
    ]
  }
}
