@redocly/portal-plugin-soap-api
Version:
SOAP API plugin for Redocly products
64 lines • 1.56 kB
JSON
{
"name": "@redocly/portal-plugin-soap-api",
"version": "0.18.0",
"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": "^6.4.2",
"@redocly/config": "0.50.1"
},
"devDependencies": {
"esbuild-minify-dir": "^0.0.1",
"@types/node": "24.1.0",
"@types/react": "^19.2.7",
"@types/file-saver": "2.0.7",
"rimraf": "5.0.7"
},
"peerDependencies": {
"react": "^19.2.4",
"react-dom": "^19.2.4",
"@redocly/redoc-revel": "0.135.0",
"@redocly/realm": "0.135.0",
"@redocly/redoc": "0.135.0",
"@redocly/theme": "0.67.0",
"@redocly/redoc-reef": "0.135.0"
},
"peerDependenciesMeta": {
"@redocly/realm": {
"optional": true
},
"@redocly/redoc": {
"optional": true
},
"@redocly/redoc-reef": {
"optional": true
},
"@redocly/redoc-revel": {
"optional": true
}
},
"scripts": {
"clean": "rimraf lib",
"compile": "tsgo -p tsconfig.build.json",
"minify": "esbuild-minify-dir ./lib",
"build": "pnpm run clean && pnpm run compile && pnpm run minify",
"watch": "tsgo -w -p tsconfig.build.json"
}
}