{
  "name": "@strongnguyen/oidc-provider",
  "version": "7.16.3",
  "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/strongnguyen29/node-oidc-provider.git",
  "repository": "strongnguyen29/node-oidc-provider",
  "funding": {
    "url": "https://github.com/sponsors/panva"
  },
  "license": "MIT",
  "author": "Filip Skokan <panva.ip@gmail.com>",
  "main": "lib/index.js",
  "files": [
    "lib"
  ],
  "scripts": {
    "ci": "node ./test/ci",
    "heroku-postbuild": "npm install mongodb@^4.3.0 openid-client@^5.0.0",
    "format": "eslint lib example certification test --fix",
    "test": "node ./test/run",
    "publish": "npm run format && npm publish"
  },
  "dependencies": {
    "@koa/cors": "^3.3.0",
    "cacheable-lookup": "^6.0.4",
    "debug": "^4.3.4",
    "ejs": "^3.1.8",
    "got": "^11.8.5",
    "jose": "^4.10.3",
    "jsesc": "^3.0.2",
    "koa": "^2.13.4",
    "koa-compose": "^4.1.0",
    "nanoid": "^3.3.4",
    "object-hash": "^3.0.0",
    "oidc-token-hash": "^5.0.1",
    "paseto": "^2.1.3",
    "quick-lru": "^5.1.1",
    "raw-body": "^2.5.1"
  },
  "optionalDependencies": {
    "paseto3": "npm:paseto@^3.1.0"
  },
  "devDependencies": {
    "@fastify/middie": "^8.0.0",
    "@hapi/hapi": "^20.2.2",
    "@koa/ejs": "^5.0.0",
    "babel-eslint": "^10.1.0",
    "base64url": "^3.0.1",
    "chai": "^4.3.6",
    "clear-module": "^4.1.2",
    "connect": "^3.7.0",
    "eslint": "^7.32.0",
    "eslint-config-airbnb-base": "^14.2.1",
    "eslint-plugin-import": "^2.26.0",
    "express": "^4.18.1",
    "fastify": "^4.9.2",
    "helmet": "^5.1.0",
    "jose2": "npm:jose@^2.0.6",
    "koa-body": "^4.2.0",
    "koa-mount": "^4.0.0",
    "koa-router": "^10.1.1",
    "lodash": "^4.17.21",
    "mocha": "^9.2.2",
    "moment": "^2.29.4",
    "nock": "^13.2.8",
    "selfsigned": "^2.0.1",
    "sinon": "^12.0.1",
    "supertest": "^6.3.1",
    "timekeeper": "^2.2.0"
  },
  "engines": {
    "node": "12 || 14 || 16 || 18"
  }
}
