{
  "name": "oidc-provider",
  "version": "9.8.4",
  "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": "module",
  "main": "lib/index.js",
  "files": [
    "lib"
  ],
  "scripts": {
    "test": "node ./test/run",
    "test-ci": "node ./test/ci",
    "lint": "biome lint"
  },
  "dependencies": {
    "@koa/cors": "^5.0.0",
    "@koa/router": "^15.5.0",
    "debug": "^4.4.3",
    "eta": "^4.6.0",
    "jose": "^6.2.3",
    "jsesc": "^3.1.0",
    "koa": "^3.2.1",
    "nanoid": "^5.1.11",
    "quick-lru": "^7.3.0",
    "raw-body": "^3.0.2"
  },
  "devDependencies": {
    "@biomejs/biome": "2.4.11",
    "@fastify/middie": "^9.3.2",
    "@hapi/hapi": "^21.4.9",
    "@koa/ejs": "^5.1.0",
    "base64url": "^3.0.1",
    "chai": "^6.2.2",
    "desm": "^1.3.1",
    "express": "^5.2.1",
    "fastify": "^5.8.5",
    "helmet": "^8.1.0",
    "koa-body": "^8.0.0",
    "koa-mount": "^4.2.0",
    "lodash": "^4.18.1",
    "mocha": "^11.7.6",
    "moment": "^2.30.1",
    "openid-client": "^6.8.4",
    "selfsigned": "^5.5.0",
    "sinon": "^22.0.0",
    "supertest": "^7.2.2",
    "timekeeper": "^2.3.1",
    "undici": "^8.3.0"
  }
}
