{
  "name": "react-naver-maps",
  "version": "0.2.0",
  "description": "React components for Naver Maps JavaScript API v3",
  "keywords": [
    "maps",
    "naver",
    "naver-maps",
    "navermaps",
    "react"
  ],
  "homepage": "https://zeakd.github.io/react-naver-maps",
  "bugs": "https://github.com/zeakd/react-naver-maps/issues",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/zeakd/react-naver-maps"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/react-naver-maps.d.ts",
      "default": "./dist/react-naver-maps.js"
    }
  },
  "devDependencies": {
    "@playwright/test": "^1.58.2",
    "@testing-library/react": "^16.0.0",
    "@types/navermaps": "^3.7.5",
    "@types/react": "^19.0.0",
    "@types/react-dom": "^19.0.0",
    "@vitejs/plugin-react": "^5.1.4",
    "@vitest/browser": "^3.0.0",
    "oxfmt": "^0.36.0",
    "oxlint": "^1.51.0",
    "playwright": "^1.58.2",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "typescript": "6.0.1-rc",
    "vite": "^7.3.1",
    "vitest": "^3.0.0"
  },
  "peerDependencies": {
    "react": "^19.0.0",
    "react-dom": "^19.0.0"
  },
  "scripts": {
    "build": "tsc -b",
    "test": "vitest run",
    "test:watch": "vitest",
    "lint": "oxlint",
    "lint:fix": "oxlint --fix",
    "fmt": "oxfmt .",
    "fmt:check": "oxfmt --check .",
    "dev": "vite --config example/vite.config.ts example --port 3000",
    "test:visual": "npx playwright test --config e2e/playwright.config.ts",
    "test:visual:update": "npx playwright test --config e2e/playwright.config.ts --update-snapshots",
    "test:visual:cache": "TILE_CACHE=update npx playwright test --config e2e/playwright.config.ts --update-snapshots",
    "test:visual:cached": "TILE_CACHE=use npx playwright test --config e2e/playwright.config.ts"
  }
}