{
  "name": "@react-native-maps/polyline-direction",
  "version": "1.0.0",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "description": "A component in (iOS + Android) for drawing routes with the polyline of the react-native-maps library",
  "main": "index.js",
  "directories": {
    "lib": "lib"
  },
  "files": [
    "lib",
    "index.js"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wootsbot/react-native-polyline-direction.git"
  },
  "author": "Jorge Luis Calleja Alvarado (wootsbot)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/wootsbot/react-native-polyline-direction/issues"
  },
  "homepage": "https://github.com/wootsbot/react-native-polyline-direction#readme",
  "scripts": {
    "clean": "rm -rf lib",
    "prepare": "npm run build",
    "build": "npm run clean && npm run build:lib",
    "build:lib": "babel src/ --out-dir ./lib",
    "version:major": "npm version major",
    "version:minor": "npm version minor",
    "version:patch": "npm version patch"
  },
  "peerDependencies": {
    "react": "16.8.6",
    "react-native": "0.60.5",
    "react-native-maps": "0.25.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.6.2",
    "@babel/core": "^7.6.2",
    "@react-native-community/eslint-config": "^0.0.5",
    "babel-eslint": "^10.0.3",
    "babel-plugin-module-resolver": "^3.2.0",
    "eslint": "^6.5.1",
    "eslint-config-prettier": "^6.3.0",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-prettier": "^3.1.1",
    "eslint-plugin-react": "^7.14.3",
    "eslint-plugin-react-hooks": "^2.1.1",
    "husky": "^3.0.5",
    "metro-react-native-babel-preset": "^0.56.0",
    "prettier": "^1.18.2"
  },
  "dependencies": {
    "prop-types": "^15.7.2"
  }
}
