{
  "name": "@sanity/google-maps-input",
  "version": "6.1.0",
  "description": "Sanity plugin providing input handlers for geo-related input types using Google Maps",
  "keywords": [
    "cms",
    "content",
    "google-maps-input",
    "headless",
    "realtime",
    "sanity",
    "sanity-plugin"
  ],
  "homepage": "https://github.com/sanity-io/plugins/tree/main/plugins/@sanity/google-maps-input#readme",
  "bugs": {
    "url": "https://github.com/sanity-io/plugins/issues"
  },
  "license": "MIT",
  "author": "Sanity.io <hello@sanity.io>",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/sanity-io/plugins.git",
    "directory": "plugins/@sanity/google-maps-input"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js",
    "./bundle.css": {
      "browser": "./dist/bundle.css",
      "style": "./dist/bundle.css",
      "node": "./dist/bundle.css.js",
      "default": "./dist/bundle.css.js"
    },
    "./package.json": "./package.json"
  },
  "dependencies": {
    "@sanity/icons": "^3.7.4",
    "@sanity/ui": "^3.2.0",
    "@vis.gl/react-google-maps": "^1.8.3"
  },
  "devDependencies": {
    "@sanity/pkg-utils": "^10.7.2",
    "@types/google.maps": "^3.65.2",
    "@types/react": "^19.2.17",
    "@types/react-dom": "^19.2.3",
    "@vanilla-extract/css": "^1.21.0",
    "@vanilla-extract/vite-plugin": "^5.2.3",
    "babel-plugin-react-compiler": "^1.0.0",
    "react": "^19.2.7",
    "react-dom": "^19.2.7",
    "sanity": "^6.2.0",
    "styled-components": "^6.4.2",
    "@repo/package.config": "0.0.0",
    "@repo/tsconfig": "0.0.0"
  },
  "peerDependencies": {
    "react": "^19.2",
    "react-dom": "^19.2",
    "sanity": "^5 || ^6.0.0-0",
    "styled-components": "^6.1"
  },
  "engines": {
    "node": ">=20.19 <22 || >=22.12"
  },
  "scripts": {
    "build": "pkg build --strict --check --clean"
  }
}