{
  "name": "@redocly/portal-plugin-soap-api",
  "version": "0.5.3",
  "description": "SOAP API plugin for Redocly products",
  "author": "team@redocly.com",
  "license": "SEE LICENSE IN LICENSE",
  "type": "module",
  "main": "lib/plugin.js",
  "exports": {
    ".": "./lib/plugin.js",
    "./plugin.js": "./lib/plugin.js",
    "./package.json": "./package.json"
  },
  "keywords": [
    "redocly",
    "portal",
    "soap",
    "api"
  ],
  "dependencies": {
    "soap": "1.1.4",
    "xml-formatter": "3.6.3",
    "file-saver": "2.0.5",
    "styled-components": "^5.3.11",
    "@redocly/config": "0.26.0"
  },
  "devDependencies": {
    "esbuild-minify-dir": "^0.0.1",
    "@types/node": "22.15.3",
    "@types/react": "^19.1.4",
    "@types/styled-components": "5.1.34",
    "@types/file-saver": "2.0.7",
    "rimraf": "5.0.7"
  },
  "peerDependencies": {
    "react": "^19.1.0",
    "react-dom": "^19.1.0",
    "@redocly/realm": "0.122.3",
    "@redocly/redoc": "0.122.3",
    "@redocly/redoc-reef": "0.122.3",
    "@redocly/redoc-revel": "0.122.3",
    "@redocly/theme": "0.54.3"
  },
  "peerDependenciesMeta": {
    "@redocly/realm": {
      "optional": true
    },
    "@redocly/redoc": {
      "optional": true
    },
    "@redocly/redoc-reef": {
      "optional": true
    },
    "@redocly/redoc-revel": {
      "optional": true
    }
  },
  "scripts": {
    "clean": "rimraf lib",
    "compile": "tsc -p tsconfig.build.json",
    "minify": "esbuild-minify-dir ./lib",
    "build": "npm run clean && npm run compile && npm run minify",
    "watch": "tsc -w -p tsconfig.build.json"
  }
}