UNPKG

@nitin15j/plugin-dora-backend

Version:

This plugin backend was templated using the Backstage CLI. You should replace this text with a description of your plugin backend.

78 lines (77 loc) 1.9 kB
{ "name": "@nitin15j/plugin-dora-backend", "version": "0.3.0", "license": "Apache-2.0", "main": "dist/index.cjs.js", "types": "dist/index.d.ts", "publishConfig": { "access": "public", "main": "dist/index.cjs.js", "types": "dist/index.d.ts" }, "backstage": { "role": "backend-plugin", "pluginId": "dora", "pluginPackages": [ "@nitin15j/plugin-dora-backend" ], "features": { ".": "@backstage/BackendFeature" } }, "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": { "@apollo/client": "^3.13.9", "@backstage/backend-defaults": "^0.9.0", "@backstage/backend-plugin-api": "^1.3.0", "@backstage/catalog-client": "^1.9.1", "@backstage/errors": "^1.2.7", "@backstage/plugin-catalog-node": "^1.16.3", "cross-fetch": "^4.1.0", "express": "^4.17.1", "express-promise-router": "^4.1.0", "graphql": "^16.11.0", "graphql-request": "^7.2.0", "zod": "^3.22.4" }, "devDependencies": { "@backstage/backend-test-utils": "^1.4.0", "@backstage/cli": "^0.32.0", "@types/express": "^4.17.6", "@types/node": "^16.11.26", "@types/supertest": "^2.0.12", "supertest": "^6.2.4", "typescript": "~5.8.0" }, "files": [ "dist" ], "keywords": [ "backstage", "plugin", "dora", "metrics", "sleuth", "backend" ], "repository": { "type": "git", "url": "https://github.com/mahichr/backstage-sleuth.git", "directory": "plugins/dora-backend" }, "typesVersions": { "*": { "package.json": [ "package.json" ] } } }