{
  "name": "chakra-ui-google-places-autocomplete",
  "version": "1.0.6",
  "description": "Chakra UI - Google places autocomplete input for ReactJS.",
  "main": "build/index.js",
  "module": "build/index.es.js",
  "type": "module",
  "scripts": {
    "build": "rollup -c",
    "postbuild": "node ./build-utils/postBuild",
    "lint": "eslint . --ext ts,tsx ."
  },
  "husky": {
    "hooks": {
      "pre-commit": "yarn lint"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/blinkoo-it/chakra-ui-google-places-autocomplete.git"
  },
  "author": "Nicolás Tinte",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/blinkoo-it/chakra-ui-google-places-autocomplete/issues"
  },
  "homepage": "https://github.com/blinkoo-it/chakra-ui-google-places-autocomplete#readme",
  "keywords": [
    "chakra-ui",
    "react",
    "google-places",
    "places",
    "autocomplete"
  ],
  "devDependencies": {
    "@rollup/plugin-commonjs": "^24.0.1",
    "@rollup/plugin-node-resolve": "^15.0.2",
    "@types/react": "^18.0.33",
    "@types/react-dom": "^18.0.11",
    "@typescript-eslint/eslint-plugin": "^5.57.1",
    "@typescript-eslint/parser": "^5.57.1",
    "@types/google.maps": "^3.52.4",
    "eslint": "^8.37.0",
    "eslint-plugin-react": "^7.32.2",
    "husky": "^8.0.3",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "rollup": "^3.20.2",
    "rollup-plugin-bundle-size": "^1.0.3",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "@rollup/plugin-terser": "^0.4.0",
    "rollup-plugin-typescript2": "^0.34.1",
    "typescript": "^5.0.3"
  },
  "dependencies": {
    "@googlemaps/js-api-loader": "^1.15.1",
    "chakra-react-select": "^4.6.0",
    "use-debounce": "^9.0.4"
  },
  "peerDependencies": {
    "react": "^18",
    "react-dom": "^18",
    "@chakra-ui/react": "^2",
    "@chakra-ui/system": "^2",
    "@emotion/react": "^11",
    "@emotion/styled": "^11",
    "framer-motion": "^10"
  }
}