{
  "name": "resium",
  "version": "1.24.0",
  "type": "module",
  "description": "React component library for Cesium",
  "source": "./src/index.ts",
  "main": "./dist/resium.cjs",
  "module": "./dist/resium.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/resium.js",
      "require": "./dist/resium.cjs"
    }
  },
  "repository": "https://github.com/reearth/resium.git",
  "author": "rot1024 <aayhrot@gmail.com>",
  "license": "MIT",
  "sideEffects": false,
  "scripts": {
    "build": "tsc && vite build",
    "postbuild": "node --input-type=module -e \"await import('./dist/resium.js')\"",
    "test": "vitest",
    "coverage": "vitest run --coverage",
    "type": "tsc",
    "lint": "eslint .",
    "format": "eslint . --fix",
    "storybook": "storybook dev -p 9001",
    "storybook:build": "storybook build -o docs/public/examples",
    "storybook:build:vrt": "storybook build -o storybook-static",
    "vrt:test": "test-storybook --url http://127.0.0.1:6006 --includeTags vrt --testTimeout=30000",
    "vrt:capture": "concurrently -k -s first \"http-server storybook-static -p 6006 -s --silent\" \"wait-on tcp:127.0.0.1:6006 && npm run vrt:test\"",
    "vrt:run": "reg-suit run",
    "vrt": "run-s vrt:capture vrt:run",
    "docs": "npm --prefix docs start",
    "docs:build": "run-s build docs:generate storybook:build docs:build2",
    "docs:generate": "ts-node --esm -O '{\"module\":\"ESNext\"}' ./scripts/generator/index.mts",
    "docs:build2": "npm --prefix docs run build"
  },
  "files": [
    "src",
    "dist"
  ],
  "engines": {
    "node": ">=20.19.0"
  },
  "peerDependencies": {
    "cesium": "1.x",
    "react": ">=18.2.0",
    "react-dom": ">=18.2.0"
  },
  "resolutions": {
    "react": "19.2.7",
    "react-dom": "19.2.7",
    "@types/react": "19.2.17"
  },
  "devDependencies": {
    "@storybook/builder-vite": "10.4.6",
    "@storybook/react": "10.4.6",
    "@storybook/react-vite": "10.4.6",
    "@storybook/test-runner": "^0.24.4",
    "@testing-library/dom": "^10.4.1",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.2",
    "@types/node": "26.1.0",
    "@types/react": "19.2.17",
    "@types/react-dom": "^19.2.3",
    "@vitejs/plugin-react": "6.0.2",
    "c8": "11.0.0",
    "cesium": "1.143.0",
    "concurrently": "^10.0.1",
    "eslint": "10.6.0",
    "eslint-config-reearth": "0.4.0",
    "globby": "16.2.1",
    "http-server": "^14.1.1",
    "jsdom": "29.1.1",
    "npm-run-all2": "9.0.2",
    "prettier": "^3.8.3",
    "react": "19.2.7",
    "react-dom": "19.2.7",
    "reg-keygen-git-hash-plugin": "0.14.5",
    "reg-notify-github-plugin": "0.14.5",
    "reg-publish-github-plugin": "0.3.0",
    "reg-suit": "0.14.5",
    "storybook": "10.4.6",
    "ts-expect": "1.3.0",
    "ts-node": "10.9.2",
    "typescript": "6.0.3",
    "vite": "8.1.3",
    "vite-plugin-cesium": "^1.2.23",
    "vite-plugin-dts": "5.0.3",
    "vitest": "4.1.10",
    "wait-on": "^9.0.10",
    "web-streams-polyfill": "^4.3.0"
  }
}
