UNPKG

react-google-geocoding

Version:

A lightweight wrapper around Google Places Autocomplete and Directions APIs.

57 lines (56 loc) 1.4 kB
{ "name": "react-google-geocoding", "version": "0.2.8", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "scripts": { "build": "rollup -c" }, "keywords": [ "google", "google-places", "google-places-autocomplete", "google-autocomplete", "geocoding", "react", "google-geocoding", "google-maps", "google-maps-api", "places-autocomplete", "location-search", "react-hooks", "google-api", "google-services", "address-lookup", "location-services", "autocomplete-react", "google-integration", "map-integration", "google-visualization", "places-api", "react-google-hooks", "custom-hooks", "npm-library", "lightweight-library" ], "author": "Raghunath Prabhakar", "license": "MIT", "description": "A lightweight wrapper around Google Places Autocomplete and Directions APIs.", "devDependencies": { "@rollup/plugin-commonjs": "^28.0.1", "@rollup/plugin-node-resolve": "^15.3.0", "@rollup/plugin-typescript": "^12.1.1", "@types/google.maps": "^3.58.1", "@types/lodash.debounce": "^4.0.9", "@types/react": "^18.3.11", "react": "^18.3.1", "rollup": "^2.79.2", "rollup-plugin-terser": "^7.0.2", "tslib": "^2.8.0", "typescript": "^5.6.3" }, "dependencies": { "lodash.debounce": "^4.0.8" } }