{
  "name": "@tamagui/maps",
  "description": "A Mapbox react native module for creating custom maps",
  "version": "10.0.0-beta.32.2",
  "publishConfig": {
    "access": "public"
  },
  "author": "React Native Mapbox Team",
  "main": "./lib/index.js",
  "browser": "./lib/index.web.js",
  "react-native": "./lib/index.js",
  "keywords": [
    "gl",
    "ios",
    "android",
    "mapbox",
    "react-native"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/rnmapbox/maps"
  },
  "scripts": {
    "fetch:style:spec": ". ./scripts/download-style-spec.sh",
    "generate": "node ./scripts/autogenerate",
    "test": "npm run lint && npm run unittest",
    "unittest": "jest",
    "unittest:single": "jest --testNamePattern",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "type:check": "tsc --noEmit",
    "test:plugin": "expo-module test plugin",
    "build": "tsc --declaration false --noImplicitAny false",
    "build:types": "tsc --emitDeclarationOnly --noImplicitAny false --outdir types --declarationMap",
    "build:plugin": "tsc --build plugin",
    "lint:plugin": "eslint plugin/src/*",
    "prepare": "husky install"
  },
  "peerDependencies": {
    "mapbox-gl": "^ 2.9.0",
    "prop-types": ">=15.5.8",
    "react": ">=16.6.1",
    "react-native": ">=0.59.9"
  },
  "peerDependenciesMeta": {
    "mapbox-gl": {
      "optional": true
    }
  },
  "dependencies": {
    "@expo/config-plugins": "^4.0.3",
    "@mapbox/geo-viewport": ">= 0.4.0",
    "@turf/along": "6.5.0",
    "@turf/distance": "6.5.0",
    "@turf/helpers": "6.5.0",
    "@turf/length": "6.5.0",
    "@turf/nearest-point-on-line": "6.5.0",
    "@types/geojson": "^7946.0.7",
    "debounce": "^1.2.0",
    "deprecated-react-native-prop-types": "^2.3.0"
  },
  "devDependencies": {
    "@babel/core": "7.17.5",
    "@babel/eslint-parser": "^7.17.0",
    "@babel/plugin-proposal-class-properties": "7.16.7",
    "@babel/runtime": "7.17.2",
    "@react-native-community/eslint-config": "^3.0.1",
    "@sinonjs/fake-timers": "^8.0.1",
    "@testing-library/react-native": "^8.0.0",
    "@types/mapbox-gl": "^2.7.5",
    "@types/react-native": ">=0.59.9",
    "@typescript-eslint/eslint-plugin": "^5.20.0",
    "@typescript-eslint/parser": "^5.20.0",
    "babel-jest": "^27.5.1",
    "documentation": "13.2.5",
    "ejs": "^3.1.3",
    "ejs-lint": "^1.1.0",
    "eslint": "^7.32.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-flowtype": "^8.0.3",
    "eslint-plugin-fp": "^2.3.0",
    "eslint-plugin-import": "2.25.3",
    "expo-module-scripts": "^2.0.0",
    "husky": "^8.0.1",
    "jest": "27.5.1",
    "jest-cli": "27.5.1",
    "lint-staged": "^12.1.2",
    "mapbox-gl": "^ 2.9.0",
    "metro-react-native-babel-preset": "0.71.1",
    "node-dir": "0.1.17",
    "prettier": "2.6.2",
    "react": "17.0.2",
    "react-docgen": "6.0.0-alpha.3",
    "react-native": "0.67.0",
    "react-test-renderer": "17.0.2",
    "typescript": "^4.4.3"
  },
  "jest": {
    "preset": "react-native",
    "collectCoverageFrom": [
      "javascript/**/*.js"
    ],
    "setupFiles": [
      "./setup-jest.js",
      "./__tests__/__mocks__/react-native.mock.js"
    ],
    "modulePathIgnorePatterns": [
      "example",
      "__tests__/__mocks__",
      "fixtures"
    ]
  },
  "lint-staged": {
    "*.{js,jsx,ts,tsx}": "eslint --fix"
  }
}
