{
  "name": "@redocly/portal-plugin-async-api",
  "version": "1.18.1",
  "description": "Async API plugin for Redocly products",
  "type": "module",
  "exports": {
    ".": "./lib/plugin.js",
    "./package.json": "./package.json",
    "./plugin.js": "./lib/plugin.js",
    "./template": "./lib/template.js",
    "./template.js": "./lib/template.js",
    "./config.js": "./lib/config.js",
    "./config": "./lib/config.js"
  },
  "keywords": [
    "redocly",
    "theme",
    "AsyncAPI"
  ],
  "author": "",
  "license": "SEE LICENSE IN LICENSE",
  "devDependencies": {
    "@types/node": "24.1.0",
    "@types/react": "^19.2.7",
    "json-schema-to-ts": "2.9.1",
    "typescript": "6.0.3"
  },
  "dependencies": {
    "@asyncapi/parser": "3.4.0",
    "@asyncapi/react-component": "2.4.1",
    "@asyncapi/avro-schema-parser": "3.0.24",
    "buffer": "6.0.3",
    "events": "3.3.0",
    "styled-components": "^6.4.2"
  },
  "peerDependencies": {
    "react": "^19.2.4",
    "react-dom": "^19.2.4",
    "@redocly/redoc": "0.135.1",
    "@redocly/realm": "0.135.1",
    "@redocly/redoc-revel": "0.135.1",
    "@redocly/theme": "0.67.0",
    "@redocly/redoc-reef": "0.135.1",
    "@redocly/config": "0.50.1"
  },
  "peerDependenciesMeta": {
    "@redocly/realm": {
      "optional": true
    },
    "@redocly/redoc": {
      "optional": true
    },
    "@redocly/redoc-reef": {
      "optional": true
    },
    "@redocly/redoc-revel": {
      "optional": true
    }
  },
  "overrides": {
    "react": "catalog:",
    "react-dom": "catalog:"
  },
  "scripts": {
    "clean": "rm -rf lib",
    "compile": "tsgo -p tsconfig.build.json",
    "build": "pnpm run clean && pnpm run compile",
    "watch": "tsgo -w -p tsconfig.build.json"
  }
}