{
  "name": "react-instantsearch-dom-maps",
  "version": "6.40.4",
  "description": "⚡ Lightning-fast search for React DOM & Google Maps, by Algolia",
  "main": "dist/cjs/index.js",
  "module": "dist/es/index.js",
  "sideEffects": false,
  "license": "MIT",
  "homepage": "https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/react/",
  "repository": {
    "type": "git",
    "url": "https://github.com/algolia/instantsearch.js"
  },
  "author": {
    "name": "Algolia, Inc.",
    "url": "https://www.algolia.com"
  },
  "keywords": [
    "algolia",
    "components",
    "fast",
    "instantsearch",
    "react",
    "react-dom",
    "search",
    "geo search",
    "google maps"
  ],
  "files": [
    "README.md",
    "dist"
  ],
  "scripts": {
    "clean": "rm -rf dist",
    "watch": "yarn build:cjs --watch",
    "build": "yarn build:cjs && yarn build:es && yarn build:umd",
    "build:cjs": "BABEL_ENV=cjs babel src --root-mode upward --extensions '.js,.ts,.tsx' --out-dir dist/cjs --ignore '**/__tests__/**/*','**/__mocks__/**/*' --quiet",
    "build:es": "BABEL_ENV=es babel src --root-mode upward --extensions '.js,.ts,.tsx' --out-dir dist/es --ignore '**/__tests__/**/*','**/__mocks__/**/*' --quiet",
    "build:umd": "BABEL_ENV=rollup rollup -c rollup.config.js",
    "version": "node scripts/version.js"
  },
  "dependencies": {
    "@babel/runtime": "^7.1.2",
    "prop-types": "^15.6.2",
    "scriptjs": "^2.5.8"
  },
  "peerDependencies": {
    "algoliasearch": ">= 3.1 < 5",
    "react": ">= 16.3.0 < 19",
    "react-dom": ">= 16.3.0 < 19",
    "react-instantsearch-dom": "6.40.4"
  },
  "devDependencies": {
    "react-instantsearch-dom": "6.40.4"
  },
  "gitHead": "f4acbc0c1106a4fd7c7ad95a3e02de4fdac1ad27"
}
