{
  "name": "country-state-city-js",
  "version": "2.5.0",
  "description": "A fast & light weight JS library to get countries geographical information including states, cities, iso codes, etc.",
  "main": "src/index.js",
  "scripts": {
    "test": "node src/app.js",
    "build": "node build.js"
  },
  "keywords": [
    "country-state-city",
    "geo",
    "country",
    "state",
    "cities",
    "geographic",
    "countries",
    "states"
  ],
  "author": "Rahul Arora <rahul@codecraving.com>",
  "homepage": "https://github.com/codecravegit/country-state-city-js.git",
  "repository": {
    "type": "git",
    "url": "https://github.com/codecravegit/country-state-city-js.git"
  },
  "license": "MIT",
  "dependencies": {},
  "devDependencies": {
    "@types/node": "^16.9.4",
    "typescript": "^4.4.3"
  }
}
