{
  "name": "@flightmap-react-native-android/maps",
  "description": "A Flightmap GL react native module for creating custom maps",
  "version": "1.0.0",
  "publishConfig": {
    "access": "public"
  },
  "author": "React Native Flightmap Team",
  "main": "./javascript/index.js",
  "keywords": [
    "gl",
    "ios",
    "android",
    "flightmap",
    "react-native"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/react-native-mapbox-gl/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",
    "format": "npm run lint -- --fix",
    "lint": "eslint . --ignore-pattern 'example' --fix && cd example/ && eslint . --ignore-pattern 'scripts' --fix"
  },
  "peerDependencies": {
    "prop-types": ">=15.5.8",
    "react": "^16.6.1",
    "react-native": ">=0.59.9"
  },
  "dependencies": {
    "@mapbox/geo-viewport": ">= 0.4.0",
    "@turf/along": ">= 4.0.0 <7.0.0",
    "@turf/distance": ">= 4.0.0 <7.0.0",
    "@turf/nearest-point-on-line": ">= 4.0.0 <7.0.0",
    "@turf/helpers": ">= 4.6.0 <7.0.0",
    "@turf/length": ">= 4.6.0 <7.0.0",
    "@types/geojson": "^7946.0.7",
    "debounce": "^1.2.0"
  },
  "devDependencies": {
    "@babel/core": "7.5.0",
    "@babel/plugin-proposal-class-properties": "7.10.1",
    "@babel/plugin-transform-exponentiation-operator": "7.10.1",
    "@babel/plugin-transform-flow-strip-types": "7.10.1",
    "@babel/plugin-transform-runtime": "7.10.3",
    "@babel/runtime": "7.10.3",
    "babel-core": "6.26.3",
    "babel-eslint": "^10.0.1",
    "documentation": "13.0.1",
    "ejs": "^3.1.3",
    "ejs-lint": "^1.1.0",
    "eslint": "^7.3.0",
    "@react-native-community/eslint-config": "^2.0.0",
    "eslint-plugin-fp": "^2.3.0",
    "eslint-plugin-import": "2.21.2",
    "flow-bin": "^0.127.0",
    "husky": "4.2.5",
    "jest": "25.1.0",
    "@sinonjs/fake-timers": "^6.0.0",
    "jest-cli": "25.1.0",
    "lint-staged": "^10.1.3",
    "metro-react-native-babel-preset": "0.49.1",
    "node-dir": "0.1.17",
    "react": "16.8.6",
    "react-docgen": "^5.0.0-beta.1",
    "react-native": "0.59.10",
    "typescript": "3.9.5",
    "react-native-testing-library": "^2.1.0",
    "react-test-renderer": "16.8.3",
    "prettier": "^2.0.4"
  },
  "jest": {
    "preset": "react-native",
    "collectCoverageFrom": [
      "javascript/**/*.js"
    ],
    "setupFiles": [
      "./setup-jest.js",
      "./__tests__/__mocks__/react-native.mock.js"
    ],
    "modulePathIgnorePatterns": [
      "example",
      "__tests__/__mocks__"
    ]
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged && npm run generate"
    }
  },
  "lint-staged": {
    "*.js": [
      "yarn lint"
    ]
  }
}
