{
  "name": "auth0-react",
  "version": "3.1.0",
  "description": "Drop-in auth0 integration for react apps",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "format": "prettier --trailing-comma es5 --single-quote --write 'src/**/*' 'test/**/*' 'README.md'",
    "test": "jest --env=jsdom",
    "test:watch": "npm run test -- --watch",
    "build": "tsc --module commonjs -p tsconfig.release.json && rollup -c",
    "watch": "tsc --module commonjs -p tsconfig.release.json && rollup -cw",
    "prepublishOnly": "yarn run build && typedoc --out docs --target es6 --theme minimal --mode file src"
  },
  "repository": "https://github.com/ollieorder/react-auth0",
  "author": "Matt Vague",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/ollieorder/react-auth0/issues"
  },
  "homepage": "https://github.com/ollieorder/react-auth0#readme",
  "devDependencies": {
    "@types/auth0-js": "^9.10.2",
    "@types/enzyme": "^3.10.3",
    "@types/jest": "^25.2.1",
    "@types/react": "^16.8.18",
    "@types/react-dom": "^16.8.4",
    "@types/react-router-dom": "^4.3.3",
    "enzyme": "^3.9.0",
    "enzyme-adapter-react-16": "^1.13.1",
    "jest": "^25.3.0",
    "react": "^16.8.6",
    "react-dom": "^16.8.6",
    "rollup": "^1.12.3",
    "rollup-plugin-peer-deps-external": "^2.2.0",
    "rollup-plugin-typescript2": "^0.21.1",
    "ts-jest": "^25.3.1",
    "typedoc": "^0.17.4",
    "typescript": "^3.4.5"
  },
  "dependencies": {
    "auth0-js": "^9.10.4",
    "eslint-plugin-react-hooks": "^1.6.0",
    "plugin": "^0.3.3"
  },
  "peerDependencies": {
    "react": "^16.8.6",
    "react-dom": "^16.8.6",
    "react-router-dom": "^5.0.0"
  }
}
