{
  "name": "react-native-geolocation-service-gps",
  "version": "5.3.4",
  "description": "React native geolocation service for iOS and android",
  "main": "js/index.js",
  "scripts": {
    "precommit": "lint-staged",
    "test": "jest",
    "typecheck": "tsc --noEmit",
    "lint": "eslint \"**/*.{js,ts,tsx}\"",
    "release": "release-it",
    "example": "yarn --cwd example",
    "bootstrap": "yarn example && yarn install && yarn example pods",
    "clean": "del-cli android/build example/android/build example/android/app/build example/ios/build"
  },
  "keywords": [
    "react-native",
    "react",
    "native",
    "fused",
    "location",
    "geolocation",
    "android",
    "ios"
  ],
  "author": {
    "name": "Peter Peshev",
    "email": "peshev@gmail.com",
    "url": "https://github.com/peshev"
  },
  "license": "MIT",
  "homepage": "https://github.com/peshev/react-native-geolocation-service-gps",
  "repository": {
    "type": "git",
    "url": "https://github.com/peshev/react-native-geolocation-service-gps"
  },
  "dependencies": {},
  "devDependencies": {
    "babel-eslint": "^7.2.3",
    "del-cli": "^5.0.0",
    "eslint": "^4.4.1",
    "eslint-config-airbnb": "^15.1.0",
    "eslint-plugin-import": "^2.7.0",
    "eslint-plugin-jsx-a11y": "^6.0.2",
    "eslint-plugin-react": "^7.1.0",
    "husky": "^0.14.3",
    "lint-staged": "^4.0.3",
    "react": "16.5.0",
    "react-native": "0.57.0",
    "react-native-builder-bob": "^0.20.4",
    "release-it": "^15.0.0"
  },
  "lint-staged": {
    "*.js": [
      "eslint",
      "git add"
    ]
  },
  "react-native": "js/index.js",
  "files": [
    "js",
    "docs",
    "android",
    "ios",
    "index.d.ts",
    "CHANGELOG.md",
    "react-native-geolocation-service.podspec",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__"
  ],
  "eslintIgnore": [
    "node_modules/",
    "lib/"
  ]
}
