{
  "name": "country-state-city",
  "version": "2.2.0",
  "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",
    "lint": "eslint index.ts __test__ --fix"
  },
  "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": "^26.0.19",
    "@typescript-eslint/eslint-plugin": "^4.12.0",
    "@typescript-eslint/parser": "^4.12.0",
    "eslint": "^7.17.0",
    "eslint-config-airbnb": "^18.2.1",
    "eslint-config-prettier": "^7.1.0",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-jsx-a11y": "^6.4.1",
    "eslint-plugin-prettier": "^3.3.1",
    "eslint-plugin-react": "^7.22.0",
    "husky": "^4.3.6",
    "jest": "^26.6.3",
    "prettier": "^2.2.1",
    "ts-jest": "^26.4.4",
    "typescript": "^4.1.3"
  },
  "dependencies": {}
}
