{
  "name": "japan-choropleth",
  "version": "0.1.0",
  "description": "Japanese polygon datasets with optional Leaflet choropleth helpers.",
  "keywords": [
    "japan",
    "geojson",
    "topojson",
    "choropleth",
    "leaflet",
    "gis",
    "map"
  ],
  "author": "Kyodo News",
  "license": "CC-BY-4.0",
  "homepage": "https://github.com/kyodo-official/japan-choropleth#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kyodo-official/japan-choropleth.git"
  },
  "bugs": {
    "url": "https://github.com/kyodo-official/japan-choropleth/issues"
  },
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "jsdelivr": "./dist/japan-choropleth.global.min.js",
  "files": [
    "dist",
    "data",
    "examples",
    "example.png",
    "LICENSE",
    "README.md"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./prefectures": {
      "types": "./dist/prefectures.d.ts",
      "import": "./dist/prefectures.js"
    },
    "./municipalities": {
      "types": "./dist/municipalities.d.ts",
      "import": "./dist/municipalities.js"
    },
    "./electoral-districts": {
      "types": "./dist/electoral-districts.d.ts",
      "import": "./dist/electoral-districts.js"
    },
    "./municipality-district-intersections": {
      "types": "./dist/municipality-district-intersections.d.ts",
      "import": "./dist/municipality-district-intersections.js"
    }
  },
  "scripts": {
    "build": "npm run build:types && npm run build:cdn",
    "build:types": "tsc",
    "build:cdn": "node scripts/build-cdn.mjs",
    "typecheck": "tsc --noEmit",
    "dev": "vite --host 0.0.0.0"
  },
  "dependencies": {
    "topojson-client": "^3.1.0"
  },
  "peerDependencies": {
    "leaflet": "^1.9.4"
  },
  "devDependencies": {
    "@types/geojson": "^7946.0.16",
    "@types/leaflet": "^1.9.21",
    "@types/topojson-client": "^3.1.5",
    "typescript": "^5.9.3",
    "vite": "^7.1.12"
  }
}
