{
  "name": "react-hook-oauth2",
  "version": "0.4.6",
  "description": "OAuth2 Effects and Hooks for React Apps",
  "main": "lib/index.js",
  "scripts": {
    "build": "babel src -d lib",
    "test": "jest",
    "lint": "eslint src/*.js test/*.js",
    "prepare": "npm run build",
    "prepublishOnly": "npm run test && npm run lint",
    "clean": "rm -Rf lib && rm -Rf node_modules"
  },
  "keywords": [],
  "author": "",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/fogfish/react-hook-oauth2.git"
  },
  "dependencies": {
    "query-string": "^6.13.7",
    "react": "^17.0.1"
  },
  "devDependencies": {
    "@babel/cli": "^7.12.8",
    "@babel/core": "^7.12.9",
    "@babel/plugin-transform-runtime": "^7.12.1",
    "@babel/preset-env": "^7.12.7",
    "@babel/preset-react": "^7.12.7",
    "babel-eslint": "^10.1.0",
    "babel-jest": "^26.6.3",
    "eslint": "^7.14.0",
    "eslint-config-airbnb": "^18.2.1",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-jest": "^24.1.3",
    "eslint-plugin-jsx-a11y": "^6.4.1",
    "eslint-plugin-react": "^7.21.5",
    "eslint-plugin-react-hooks": "^4.2.0",
    "jest": "^26.6.3"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 2 chrome version",
      "last 2 firefox version",
      "last 2 safari version"
    ]
  }
}
