{
  "name": "countrycitystatejson",
  "version": "26.04.0501",
  "description": "A JSON Object containing Countries and their associated States/Provinces and cities.",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "jest",
    "test:watch": "jest --watch",
    "build": "tsc -p tsconfig.esm.json && tsc -p tsconfig.cjs.json",
    "build:esm": "tsc -p tsconfig.esm.json",
    "build:cjs": "tsc -p tsconfig.cjs.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/khkwan0/countryCityStateJson.git"
  },
  "keywords": [
    "country",
    "city",
    "state",
    "json"
  ],
  "author": "khkwan0@github.com",
  "license": "GPL-3.0-or-later",
  "bugs": {
    "url": "https://github.com/khkwan0/countryCityStateJson/issues"
  },
  "homepage": "https://github.com/khkwan0/countryCityStateJson#readme",
  "dependencies": {
    "countries-list": "^2.3.2",
    "country-state-city": "0.0.5",
    "trie-search": "^2.2.0"
  },
  "reveal": true,
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "@types/node": "^22.15.24",
    "jest": "^29.7.0",
    "ts-jest": "^29.3.4",
    "ts-node": "^10.9.2",
    "typescript": "^5.8.3"
  }
}
