{ "name": "@backstage/plugin-proxy-backend", "version": "0.6.14-next.0", "description": "A Backstage backend plugin that helps you set up proxy endpoints in the backend", "backstage": { "role": "backend-plugin", "pluginId": "proxy", "pluginPackages": [ "@backstage/plugin-proxy-backend" ] }, "publishConfig": { "access": "public" }, "keywords": [ "backstage" ], "homepage": "https://backstage.io", "repository": { "type": "git", "url": "https://github.com/backstage/backstage", "directory": "plugins/proxy-backend" }, "license": "Apache-2.0", "exports": { ".": "./src/index.ts", "./package.json": "./package.json" }, "main": "src/index.ts", "types": "src/index.ts", "typesVersions": { "*": { "package.json": [ "package.json" ] } }, "files": [ "dist", "config.d.ts" ], "scripts": { "build": "backstage-cli package build", "clean": "backstage-cli package clean", "lint": "backstage-cli package lint", "prepack": "backstage-cli package prepack", "postpack": "backstage-cli package postpack", "start": "backstage-cli package start", "test": "backstage-cli package test" }, "dependencies": { "@backstage/backend-plugin-api": "workspace:^", "@backstage/plugin-proxy-node": "workspace:^", "@backstage/types": "workspace:^", "express-promise-router": "^4.1.0", "http-proxy-middleware": "^2.0.0" }, "devDependencies": { "@backstage/backend-app-api": "workspace:^", "@backstage/backend-defaults": "workspace:^", "@backstage/backend-test-utils": "workspace:^", "@backstage/cli": "workspace:^", "@backstage/config-loader": "workspace:^", "@backstage/errors": "workspace:^", "@types/express": "^4.17.6", "@types/http-proxy-middleware": "^1.0.0", "express": "^4.22.0", "msw": "^2.0.0" }, "configSchema": "config.d.ts" }