{
  "name": "@goodhood/map",
  "description": "React map components",
  "author": "Good Hood GmbH <tech@nebenan.de>",
  "license": "MIT",
  "homepage": "https://github.com/goodhood-eu/goodhood/packages/map#readme",
  "repository": "github:goodhood-eu/goodhood",
  "bugs": "https://github.com/goodhood-eu/goodhood/issues",
  "version": "10.1.2",
  "module": "lib/index.esm.js",
  "main": "lib/index.js",
  "types": "types/index.d.ts",
  "sideEffects": false,
  "scripts": {
    "reinstall": "rm -rf node_modules && yarn install",
    "prepublishOnly": "(cd ../../ && npm run check) && npm run build",
    "build": "rollup --config rollup.config.js",
    "build:preview": "../../scripts/build-preview",
    "start": "../../scripts/start-preview",
    "test": "../../scripts/run-tests",
    "lint:typescript": "../../scripts/check-typescript"
  },
  "devDependencies": {
    "@turf/circle": "^6.5.0",
    "@turf/transform-rotate": "^6.5.0"
  },
  "dependencies": {
    "@goodhood/icons": "^5.1.3",
    "clsx": "^2.1.1",
    "maplibre-gl": "^4.2.0",
    "nebenan-react-hocs": "^10.0.0"
  },
  "peerDependencies": {
    "@babel/runtime": "^7.12.5",
    "nebenan-ui-kit": "^7.0.0",
    "react": ">= 16.14.0",
    "react-dom": ">= 16.14.0"
  },
  "files": [
    "lib",
    "src",
    "styles.css",
    "types",
    "LICENSE"
  ]
}
