{
  "name": "thente-country-state-city",
  "version": "3.1.2-beta11",
  "description": "Forked country-state-city Library for fetching Country, its States and Cities",
  "main": "./lib/cjs/index.js",
  "module": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "sideEffects": false,
  "scripts": {
    "test": "jest",
    "build": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
    "prepublish": "npm run build",
    "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/ribbonhood/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",
  "dependencies": {},
  "devDependencies": {
    "ts-node": "^10.7.0",
    "@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-prettier": "^3.3.1",
    "husky": "^4.3.6",
    "jest": "^26.6.3",
    "prettier": "^2.2.1",
    "ts-jest": "^26.4.4",
    "ts-loader": "^9.2.3",
    "typescript": "^4.3.2",
    "@types/node": "^14.11.2"
  },
  "files": [
    "lib/",
    "data/"
  ],
  "jest": {
    "moduleFileExtensions": [
      "js",
      "jsx"
    ],
    "moduleDirectories": [
      "node_modules",
      "bower_components",
      "src"
    ]
  }
}
