6bb6f3e64d
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
105 lines
3.1 KiB
JSON
105 lines
3.1 KiB
JSON
{
|
|
"name": "@backstage/plugin-kubernetes-backend",
|
|
"description": "A Backstage backend plugin that integrates towards Kubernetes",
|
|
"version": "0.15.0-next.2",
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"license": "Apache-2.0",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./alpha": "./src/alpha.ts",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"typesVersions": {
|
|
"*": {
|
|
"alpha": [
|
|
"src/alpha.ts"
|
|
],
|
|
"package.json": [
|
|
"package.json"
|
|
]
|
|
}
|
|
},
|
|
"backstage": {
|
|
"role": "backend-plugin"
|
|
},
|
|
"homepage": "https://backstage.io",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/backstage/backstage",
|
|
"directory": "plugins/kubernetes-backend"
|
|
},
|
|
"keywords": [
|
|
"backstage",
|
|
"kubernetes"
|
|
],
|
|
"configSchema": "config.d.ts",
|
|
"scripts": {
|
|
"start": "backstage-cli package start",
|
|
"build": "backstage-cli package build",
|
|
"lint": "backstage-cli package lint",
|
|
"test": "backstage-cli package test",
|
|
"prepack": "backstage-cli package prepack",
|
|
"postpack": "backstage-cli package postpack",
|
|
"clean": "backstage-cli package clean"
|
|
},
|
|
"dependencies": {
|
|
"@aws-crypto/sha256-js": "^5.0.0",
|
|
"@aws-sdk/credential-providers": "^3.350.0",
|
|
"@aws-sdk/signature-v4": "^3.347.0",
|
|
"@azure/identity": "^4.0.0",
|
|
"@backstage/backend-common": "workspace:^",
|
|
"@backstage/backend-plugin-api": "workspace:^",
|
|
"@backstage/catalog-client": "workspace:^",
|
|
"@backstage/catalog-model": "workspace:^",
|
|
"@backstage/config": "workspace:^",
|
|
"@backstage/errors": "workspace:^",
|
|
"@backstage/integration-aws-node": "workspace:^",
|
|
"@backstage/plugin-auth-node": "workspace:^",
|
|
"@backstage/plugin-catalog-node": "workspace:^",
|
|
"@backstage/plugin-kubernetes-common": "workspace:^",
|
|
"@backstage/plugin-kubernetes-node": "workspace:^",
|
|
"@backstage/plugin-permission-common": "workspace:^",
|
|
"@backstage/plugin-permission-node": "workspace:^",
|
|
"@backstage/types": "workspace:^",
|
|
"@google-cloud/container": "^5.0.0",
|
|
"@jest-mock/express": "^2.0.1",
|
|
"@kubernetes/client-node": "0.20.0",
|
|
"@types/express": "^4.17.6",
|
|
"@types/http-proxy-middleware": "^0.19.3",
|
|
"@types/luxon": "^3.0.0",
|
|
"compression": "^1.7.4",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.17.1",
|
|
"express-promise-router": "^4.1.0",
|
|
"fs-extra": "^11.2.0",
|
|
"helmet": "^6.0.0",
|
|
"http-proxy-middleware": "^2.0.6",
|
|
"lodash": "^4.17.21",
|
|
"luxon": "^3.0.0",
|
|
"morgan": "^1.10.0",
|
|
"node-fetch": "^2.6.7",
|
|
"stream-buffers": "^3.0.2",
|
|
"winston": "^3.2.1",
|
|
"yn": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@backstage/backend-app-api": "workspace:^",
|
|
"@backstage/backend-test-utils": "workspace:^",
|
|
"@backstage/cli": "workspace:^",
|
|
"@backstage/plugin-permission-backend": "workspace:^",
|
|
"@backstage/plugin-permission-backend-module-allow-all-policy": "workspace:^",
|
|
"@types/aws4": "^1.5.1",
|
|
"msw": "^1.0.0",
|
|
"supertest": "^6.1.3",
|
|
"ws": "^8.13.0"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"config.d.ts"
|
|
]
|
|
}
|