{
  "name": "@replit/oidc-provider",
  "version": "8.8.0",
  "description": "OAuth 2.0 Authorization Server implementation for Node.js with OpenID Connect",
  "keywords": [
    "appauth",
    "auth",
    "authentication",
    "authorization",
    "basic",
    "certified",
    "ciba",
    "config",
    "connect",
    "device flow",
    "dpop",
    "dynamic",
    "express",
    "fapi",
    "fastify",
    "hapi",
    "hybrid",
    "identity",
    "implicit",
    "jar",
    "jarm",
    "koa",
    "mtls",
    "oauth 2.0",
    "oauth 2.1",
    "oauth",
    "oauth2",
    "oidc",
    "openid",
    "par",
    "pkce",
    "provider",
    "server"
  ],
  "homepage": "https://github.com/panva/node-oidc-provider",
  "repository": "panva/node-oidc-provider",
  "funding": {
    "url": "https://github.com/sponsors/panva"
  },
  "license": "MIT",
  "author": "Filip Skokan <panva.ip@gmail.com>",
  "type": "commonjs",
  "exports": {
    ".": {
      "require": "./dist/index.cjs"
    }
  },
  "main": "./dist/index.cjs",
  "files": [
    "dist"
  ],
  "scripts": {
    "ci": "node ./test/ci",
    "format": "eslint lib example certification test docs --fix",
    "heroku-postbuild": "npm install mongodb@^4.3.0 openid-client@^5.0.0",
    "test": "node ./test/run",
    "build": "rm -rf dist && esbuild lib/index.js --bundle --outfile=dist/index.cjs --format=cjs --platform=node"
  },
  "dependencies": {
    "@koa/cors": "^5.0.0",
    "@koa/router": "^13.1.0",
    "debug": "^4.4.0",
    "eta": "^3.5.0",
    "got": "^13.0.0",
    "jose": "^5.9.6",
    "jsesc": "^3.1.0",
    "koa": "^2.15.4",
    "nanoid": "^5.0.9",
    "object-hash": "^3.0.0",
    "oidc-token-hash": "^5.0.3",
    "quick-lru": "^7.0.0",
    "raw-body": "^3.0.0"
  },
  "devDependencies": {
    "@fastify/middie": "^9.0.3",
    "@hapi/hapi": "^21.3.12",
    "@koa/ejs": "^5.1.0",
    "base64url": "^3.0.1",
    "chai": "^5.1.2",
    "clear-module": "^4.1.2",
    "connect": "^3.7.0",
    "desm": "^1.3.1",
    "esbuild": "^0.24.2",
    "eslint": "^8.57.1",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.31.0",
    "express": "^4.21.2",
    "fastify": "^5.2.1",
    "helmet": "^8.0.0",
    "koa-body": "^6.0.1",
    "koa-mount": "^4.0.0",
    "lodash": "^4.17.21",
    "mocha": "^10.8.2",
    "moment": "^2.30.1",
    "nock": "^13.5.6",
    "selfsigned": "^2.4.1",
    "sinon": "^19.0.2",
    "supertest": "^7.0.0",
    "timekeeper": "^2.3.1"
  }
}
