{
  "name": "@contentful/field-editor-location",
  "version": "2.1.0",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/types/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "require": "./dist/cjs/index.js",
      "import": "./dist/esm/index.js",
      "default": "./dist/cjs/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist"
  ],
  "author": "Contentful GmbH",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/contentful/field-editors"
  },
  "scripts": {
    "watch": "yarn concurrently \"yarn:watch:*\"",
    "watch:cjs": "yarn build:cjs -w",
    "watch:esm": "yarn build:esm -w",
    "watch:types": "yarn build:types --watch",
    "build": "yarn build:types && yarn build:cjs && yarn build:esm",
    "build:types": "tsc --outDir dist/types --emitDeclarationOnly",
    "build:cjs": "swc src --config-file ../../.swcrc -d dist/cjs -C module.type=commonjs",
    "build:esm": "swc src --config-file ../../.swcrc -d dist/esm",
    "tsc": "tsc -p ./ --noEmit"
  },
  "dependencies": {
    "@contentful/f36-components": "^6.7.1",
    "@contentful/f36-tokens": "^6.1.2",
    "@contentful/field-editor-shared": "^4.4.0",
    "@emotion/css": "^11.13.5",
    "@types/google-map-react": "2.1.10",
    "google-map-react": "2.2.1",
    "lodash": "^4.17.15"
  },
  "devDependencies": {
    "@contentful/field-editor-test-utils": "^3.1.0",
    "@lingui/core": "5.3.0"
  },
  "peerDependencies": {
    "@lingui/core": "^5.3.0",
    "react": ">=18.3.1",
    "react-dom": ">=18.3.1"
  },
  "publishConfig": {
    "registry": "https://npm.pkg.github.com/"
  },
  "gitHead": "b3a1d791df55536d6de78bb138b97224d6c0c70e"
}
