{
  "name": "react-oauth2-code-pkce",
  "version": "1.24.0",
  "description": "Provider agnostic react package for OAuth2 Authorization Code flow with PKCE",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "dependencies": {},
  "devDependencies": {
    "@types/react": ">=16.8.0",
    "typescript": ">=4.4.3"
  },
  "peerDependencies": {
    "react": ">=16.8.0"
  },
  "scripts": {
    "test": "ts-jest",
    "start": "vite"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/soofstad/react-oauth2-pkce.git"
  },
  "keywords": [
    "react",
    "oauth2",
    "pkce",
    "code",
    "flow",
    "azure",
    "github",
    "keycloak",
    "microsoft",
    "google",
    "fusionauth"
  ],
  "author": "Stig Oskar Ofstad",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/soofstad/react-oauth2-pkce/issues"
  },
  "homepage": "https://github.com/soofstad/react-oauth2-pkce#readme",
  "files": [
    "dist/"
  ]
}
