{
  "name": "@tsed/oidc-provider",
  "description": "OIDC provider package for Ts.ED framework",
  "type": "module",
  "version": "8.26.2",
  "source": "./src/index.ts",
  "main": "./lib/esm/index.js",
  "module": "./lib/esm/index.js",
  "typings": "./lib/types/index.d.ts",
  "exports": {
    ".": {
      "tsed-source": "./src/index.ts",
      "types": "./lib/types/index.d.ts",
      "import": "./lib/esm/index.js",
      "default": "./lib/esm/index.js"
    }
  },
  "scripts": {
    "build": "yarn barrels && yarn build:ts",
    "start": "ts-node test/app/index.ts",
    "barrels": "barrels",
    "test": "vitest run",
    "build:ts": "tsc --build tsconfig.esm.json",
    "test:ci": "vitest run --coverage.thresholds.autoUpdate=true"
  },
  "dependencies": {
    "@tsed/adapters": "8.26.2",
    "express-urlrewrite": "^2.0.3",
    "jose2": "npm:jose@^2.0.4",
    "koa-mount": "^4.0.0",
    "koa-rewrite": "^3.0.1",
    "lodash": "4.17.21",
    "tslib": ">=2.7.0",
    "uuid": "^10.0.0"
  },
  "devDependencies": {
    "@tsed/barrels": "8.26.2",
    "@tsed/core": "8.26.2",
    "@tsed/di": "8.26.2",
    "@tsed/exceptions": "8.26.2",
    "@tsed/jwks": "8.26.2",
    "@tsed/platform-http": "8.26.2",
    "@tsed/typescript": "8.26.2",
    "@types/lowdb": "1.0.15",
    "@types/oidc-provider": "8.5.2",
    "@types/uuid": "10.0.0",
    "cross-env": "7.0.3",
    "eslint": "9.12.0",
    "lowdb": "7.0.1",
    "oidc-provider": "9.6.0",
    "typescript": "6.0.2",
    "vitest": "3.2.4"
  },
  "peerDependencies": {
    "@tsed/ajv": ">=8.0.0",
    "@tsed/core": ">=8.0.0",
    "@tsed/di": ">=8.0.0",
    "@tsed/json-mapper": ">=8.0.0",
    "@tsed/platform-http": ">=8.0.0",
    "@tsed/schema": ">=8.0.0",
    "oidc-provider": ">=8.0.0"
  },
  "peerDependenciesMeta": {
    "@tsed/ajv": {
      "optional": false
    },
    "@tsed/core": {
      "optional": false
    },
    "@tsed/di": {
      "optional": false
    },
    "@tsed/json-mapper": {
      "optional": false
    },
    "@tsed/platform-http": {
      "optional": false
    },
    "@tsed/schema": {
      "optional": false
    }
  },
  "repository": "https://github.com/tsedio/tsed",
  "bugs": {
    "url": "https://github.com/tsedio/tsed/issues"
  },
  "homepage": "https://github.com/tsedio/tsed/tree/production/packages/security/oidc-provider",
  "author": "Romain Lenzotti",
  "license": "MIT"
}