UNPKG

@jfvilas/plugin-kwirth-backend

Version:
81 lines (80 loc) 2.02 kB
{ "name": "@jfvilas/plugin-kwirth-backend", "version": "0.14.2", "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" ], "features": { ".": "@backstage/BackendFeature" } }, "repository": { "type": "git", "url": "git+https://github.com/jfvilas/plugin-kwirth-backend.git" }, "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.25.0", "@backstage/backend-plugin-api": "^1.8.0", "@backstage/catalog-client": "^1.14.0", "@backstage/catalog-model": "^1.7.7", "@backstage/config": "^1.3.6", "@backstage/errors": "^1.2.7", "@backstage/integration": "^2.0.0", "@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.36.0", "@types/node-fetch": "^2.5.12", "@types/supertest": "^2.0.8", "supertest": "^6.1.3" }, "files": [ "dist" ], "typesVersions": { "*": { "package.json": [ "package.json" ] } } }