{
  "name": "@keystonejs/fields-location-google",
  "description": "KeystoneJS LocationGoogle field type.",
  "version": "3.4.2",
  "author": "The KeystoneJS Development Team",
  "license": "MIT",
  "repository": "https://github.com/keystonejs/keystone-5/tree/main/packages/fields-location-google",
  "homepage": "https://github.com/keystonejs/keystone-5",
  "engines": {
    "node": ">=10.0.0"
  },
  "dependencies": {
    "@arch-ui/fields": "^3.0.8",
    "@arch-ui/select": "^0.1.12",
    "@babel/runtime": "^7.14.0",
    "@emotion/core": "^10.1.1",
    "@keystonejs/adapter-knex": "^13.3.2",
    "@keystonejs/adapter-mongoose": "^11.2.2",
    "@keystonejs/adapter-prisma": "^3.2.2",
    "@keystonejs/fields": "^22.1.3",
    "cuid": "^2.1.8",
    "google-maps-react": "^2.0.6",
    "mongoose": "^5.12.11",
    "node-fetch": "^2.6.1",
    "react": "^17.0.2",
    "react-toast-notifications": "^2.4.4"
  },
  "devDependencies": {
    "dotenv": "^8.6.0"
  },
  "preconstruct": {
    "entrypoints": [
      "index.js",
      "views/*.js"
    ]
  },
  "main": "dist/fields-location-google.cjs.js",
  "module": "dist/fields-location-google.esm.js"
}
