{
  "name": "@draftbit/maps",
  "version": "54.0.2",
  "description": "Map Components",
  "main": "lib/commonjs/index.js",
  "types": "lib/typescript/src/index.d.ts",
  "files": [
    "src",
    "lib",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__"
  ],
  "scripts": {
    "clean": "rimraf lib",
    "clean:modules": "rimraf node_modules",
    "build:commonjs": "../../node_modules/.bin/babel src --out-dir lib/commonjs --extensions .tsx,.ts,.js,.jsx",
    "build": "yarn clean && yarn build:commonjs  && yarn tsc",
    "test": "jest",
    "test:coverage": "jest --coverage"
  },
  "keywords": [
    "react-native",
    "ios",
    "android"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/draftbit/react-native-jigsaw",
    "directory": "packages/maps"
  },
  "author": "Draftbit <services@draftbit.com> (https://draftbit.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/draftbit/react-native-jigsaw/issues"
  },
  "homepage": "https://github.com/draftbit/react-native-jigsaw#readme",
  "dependencies": {
    "@draftbit/core": "54.0.2",
    "@draftbit/theme": "54.0.2",
    "@react-google-maps/api": "~2.20.3",
    "@teovilla/react-native-web-maps": "^0.9.5",
    "color": "^4.2.3",
    "lodash.isequal": "^4.5.0",
    "react-native-maps": "1.20.1",
    "react-native-webview": "13.15.0"
  },
  "jest": {
    "preset": "jest-expo",
    "setupFilesAfterEnv": [
      "@testing-library/jest-native/extend-expect",
      "./jest-setup.js"
    ],
    "testPathIgnorePatterns": [
      "lib",
      "__mocks__"
    ],
    "transformIgnorePatterns": [
      "node_modules/(?!((jest-)?react-native|@react-native(-community)?)|expo(nent)?|@expo(nent)?/.*|@expo-google-fonts/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|react-native-svg|dateformat)"
    ],
    "testEnvironment": "node"
  },
  "devDependencies": {
    "@types/lodash.isequal": "^4.5.6"
  },
  "gitHead": "8e6093eb0d44d66833c60b26bd7267d386776245"
}
