{
  "name": "@redocly/portal-plugin-gravitee-sso",
  "version": "1.2.2",
  "description": "Gravitee SSO plugin for @redocly/portal",
  "type": "module",
  "exports": {
    ".": "./lib/plugin.js",
    "./package.json": "./package.json",
    "./plugin.js": "./lib/plugin.js",
    "./config.js": "./lib/config.js",
    "./src/GraviteeLoginPage": "./src/GraviteeLoginPage.tsx",
    "./src/GraviteeLoginPage.js": "./src/GraviteeLoginPage.tsx"
  },
  "keywords": [
    "redocly",
    "portal",
    "sso",
    "gravitee"
  ],
  "author": "",
  "license": "SEE LICENSE IN LICENSE",
  "devDependencies": {
    "@types/node": "22.10.5",
    "@types/react": "18.3.9",
    "@types/styled-components": "5.1.34",
    "hono": "4.6.5",
    "json-schema-to-ts": "2.9.1",
    "typescript": "5.6.2"
  },
  "dependencies": {
    "styled-components": "5.3.11"
  },
  "peerDependencies": {
    "react": "^18.0.0",
    "hono": "4.6.5",
    "@redocly/realm": "0.120.2",
    "@redocly/theme": "0.52.0"
  },
  "peerDependenciesMeta": {
    "@redocly/realm": {
      "optional": true
    }
  },
  "scripts": {
    "clean": "rm -rf lib",
    "compile": "tsc -p tsconfig.build.json",
    "build": "npm run clean && npm run compile",
    "watch": "tsc -w -p tsconfig.build.json"
  }
}