@jfvilas/plugin-kwirth-backend
Version:
Backstage backend plugin for Kwirth plugins
72 lines (71 loc) • 1.89 kB
JSON
{
"name": "@jfvilas/plugin-kwirth-backend",
"version": "0.12.4",
"description": "Backstage backend plugin for Kwirth plugins",
"keywords": [
"Backstage",
"Kubernetes",
"chart",
"observability",
"Kwirth",
"plugin"
],
"backstage": {
"role": "backend-plugin",
"pluginId": "kwirth",
"pluginPackages": [
"@jfvilas/plugin-kwirth-backend",
"@jfvilas/plugin-kwirth-common"
]
},
"repository": {
"type": "git",
"url": "https://github.com/jfvilas/plugin-kwirth-backend"
},
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
"author": {
"name": "Julio Fernandez",
"url": "https://github.com/jfvilas",
"email": "jfvilas@outlook.com"
},
"publishConfig": {
"access": "public",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts"
},
"scripts": {
"start": "backstage-cli package start",
"build": "backstage-cli package build",
"lint": "backstage-cli package lint",
"test": "backstage-cli package test",
"clean": "backstage-cli package clean",
"prepack": "backstage-cli package prepack",
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/backend-common": "^0.23.3",
"@backstage/backend-plugin-api": "^0.8.1",
"@backstage/catalog-client": "^1.6.5",
"@backstage/catalog-model": "^1.5.0",
"@backstage/config": "^1.2.0",
"@backstage/errors": "^1.2.4",
"@backstage/integration": "^1.13.0",
"@jfvilas/kwirth-common": "0.3.55",
"@types/express": "^4.17.6",
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
"node-fetch": "^2.6.5",
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.26.11",
"@types/node-fetch": "^2.5.12",
"@types/supertest": "^2.0.8",
"supertest": "^6.1.3"
},
"files": [
"dist"
]
}