{
  "name": "indonesiadata-lib",
  "version": "1.2.4",
  "description": "Library seluruh data wilayah Indonesia",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.js"
    }
  },
  "files": [
    "dist/index.js",
    "dist/fetchWilayah.js",
    "dist/types.js",
    "data/"
  ],
  "license": "MIT",
  "keywords": [
    "indonesia",
    "wilayah",
    "bps",
    "data-indonesia",
    "provinsi",
    "kabupaten",
    "kecamatan",
    "desa",
    "region",
    "geo",
    "lokasi",
    "geografi",
    "pemerintahan",
    "kode-wilayah",
    "bps-wilayah",
    "library",
    "npm"
  ],
  "scripts": {
    "generate": "tsx src/scripts/generate.ts",
    "build": "pnpm generate && tsc",
    "start": "node dist/demo.js",
    "publish-readme": "cp README.npm.md README.md",
    "dev-readme": "cp README.dev.md README.md",
    "prepublishOnly": "pnpm run publish-readme && pnpm build"
  },
  "devDependencies": {
    "@types/node": "^20.4.2",
    "tsx": "^4.20.3",
    "typescript": "^5.3.0"
  }
}
