{
  "name": "react-native-background-job",
  "version": "2.3.1",
  "description": "Schedule background jobs in React Native that run your JavaScript when your app is in the background.",
  "main": "index.js",
  "repository": "https://github.com/vikeri/react-native-background-job",
  "scripts": {
    "test": "echo \"No test specified\"",
    "precommit": "lint-staged",
    "document": "documentation readme --readme-file README.md -s \"API\" -g"
  },
  "keywords": [
    "react-native",
    "background-job"
  ],
  "author": "Viktor Eriksson <viktor.eriksson2@gmail.com>",
  "license": "MIT",
  "peerDependencies": {
    "react-native": ">= 0.36.0"
  },
  "devDependencies": {
    "documentation": "^8.1.2",
    "husky": "^1.1.1",
    "lint-staged": "^7.3.0",
    "prettier": "^1.2.2"
  },
  "lint-staged": {
    "*.js": [
      "prettier --write",
      "git add"
    ],
    "./index.js": [
      "npm run document",
      "git add"
    ]
  }
}
