{
  "name": "@countrystatecity/countries-browser",
  "version": "1.0.4",
  "description": "Browser-native countries, states, and cities data with jsDelivr CDN and lazy loading",
  "keywords": [
    "country-state-city",
    "countries",
    "states",
    "cities",
    "browser",
    "frontend",
    "react",
    "vue",
    "svelte",
    "vite",
    "cdn",
    "jsdelivr",
    "lazy-loading",
    "typescript"
  ],
  "author": "dr5hn",
  "license": "ODbL-1.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dr5hn/countrystatecity-npm.git"
  },
  "homepage": "https://github.com/dr5hn/countrystatecity-npm/tree/main/packages/countries-browser#readme",
  "bugs": {
    "url": "https://github.com/dr5hn/countrystatecity-npm/issues"
  },
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    },
    "./data/*": "./dist/data/*"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "devDependencies": {
    "@types/node": "^20.19.19",
    "tsup": "^8.5.1",
    "typescript": "^5.9.3",
    "vitest": "^4.0.16"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "test": "vitest run",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit",
    "generate-data": "node scripts/generate-data.cjs"
  }
}