{
  "name": "country-state-picker",
  "version": "1.1.5",
  "description": "NPM package to get the list of countries and their states.",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "test": "mocha --reporter spec",
    "build": "tsc",
    "format": "prettier --write \"src/**/*.ts\"",
    "lint": "tslint -p tsconfig.json",
    "prepare": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AnupKumarPanwar/country-state-picker.git"
  },
  "keywords": [
    "country",
    "state",
    "picker",
    "location",
    "place",
    "dial code",
    "phone code"
  ],
  "author": "Anup Kumar Panwar",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/AnupKumarPanwar/country-state-picker/issues"
  },
  "homepage": "https://github.com/AnupKumarPanwar/country-state-picker#readme",
  "devDependencies": {
    "chai": "^4.2.0",
    "mocha": "^8.4.0",
    "prettier": "^2.1.2",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^4.2.4"
  },
  "files": [
    "lib/**/*"
  ]
}
