{
  "name": "state-district-component",
  "version": "1.0.3",
  "description": "A React Library for fetching States and districts of India",
  "main": "./build/index.js",
  "keywords": [
    "React",
    "Indian States",
    "Indian Districts",
    "Indian State api",
    "Indian State api"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/jaydeep-shelake/state-district-component"
  },
  "homepage": "https://github.com/jaydeep-shelake/state-district-component",
  "scripts": {
    "build": "webpack"
  },
  "author": "Jaydeep Shelake",
  "license": "MIT",
  "devDependencies": {
    "@babel/core": "^7.7.5",
    "@babel/preset-env": "^7.7.6",
    "@babel/preset-react": "^7.7.4",
    "babel-loader": "^8.0.6",
    "css-loader": "^3.3.0",
    "style-loader": "^1.0.1",
    "webpack": "^4.41.2",
    "webpack-cli": "^3.3.10"
  },
  "dependencies": {
    "prop-types": "^15.7.2",
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  }
}
