{
  "name": "@redocly/portal-plugin-async-api",
  "version": "1.5.2",
  "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": "22.15.3",
    "@types/react": "^19.1.4",
    "@types/styled-components": "5.1.34",
    "json-schema-to-ts": "2.9.1",
    "typescript": "5.6.2"
  },
  "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": "5.3.11"
  },
  "peerDependencies": {
    "react": "^19.1.0",
    "react-dom": "^19.1.0",
    "@redocly/realm": "0.122.2",
    "@redocly/redoc": "0.122.2",
    "@redocly/redoc-reef": "0.122.2",
    "@redocly/redoc-revel": "0.122.2",
    "@redocly/theme": "0.54.2",
    "@redocly/config": "0.26.0"
  },
  "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": "tsc -p tsconfig.build.json",
    "build": "npm run clean && npm run compile",
    "watch": "tsc -w -p tsconfig.build.json"
  }
}