{
  "name": "michaelolof-country-state-city",
  "version": "1.3.10",
  "description": "Library for fetching Country, its States and Cities",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "jest",
    "build": "tsc -p tsconfig.json"
  },
  "author": "harpreetkhalsagtbit@gmail.com",
  "license": "GPL-3.0",
  "directories": {
    "lib": "lib"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/harpreetkhalsagtbit/country-state-city.git"
  },
  "husky": {
    "hooks": {
      "pre-commit": "npm test",
      "pre-push": "npm test"
    }
  },
  "keywords": [
    "Country",
    "State",
    "City",
    "GeoLocation",
    "Search",
    "Filter"
  ],
  "bugs": {
    "url": "https://github.com/harpreetkhalsagtbit/country-state-city/issues"
  },
  "homepage": "https://github.com/harpreetkhalsagtbit/country-state-city#readme",
  "devDependencies": {
    "@types/jest": "^24.0.12",
    "husky": "^1.3.1",
    "jest": "^23.6.0",
    "ts-jest": "^24.0.2",
    "typescript": "^3.4.5"
  },
  "dependencies": {}
}
