{ "name": "@backstage/plugin-events-backend", "version": "0.6.0-next.2", "backstage": { "role": "backend-plugin", "pluginId": "events", "pluginPackages": [ "@backstage/plugin-events-backend", "@backstage/plugin-events-backend-test-utils", "@backstage/plugin-events-node" ] }, "publishConfig": { "access": "public" }, "homepage": "https://backstage.io", "repository": { "type": "git", "url": "https://github.com/backstage/backstage", "directory": "plugins/events-backend" }, "license": "Apache-2.0", "exports": { ".": "./src/index.ts", "./alpha": "./src/alpha.ts", "./package.json": "./package.json" }, "main": "src/index.ts", "types": "src/index.ts", "typesVersions": { "*": { "alpha": [ "src/alpha.ts" ], "package.json": [ "package.json" ] } }, "files": [ "config.d.ts", "dist", "migrations" ], "scripts": { "build": "backstage-cli package build", "clean": "backstage-cli package clean", "generate": "backstage-repo-tools package schema openapi generate --server --client-package plugins/events-node", "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-openapi-utils": "workspace:^", "@backstage/backend-plugin-api": "workspace:^", "@backstage/config": "workspace:^", "@backstage/errors": "workspace:^", "@backstage/plugin-events-node": "workspace:^", "@backstage/types": "workspace:^", "@types/express": "^4.17.6", "content-type": "^1.0.5", "express": "^4.22.0", "express-promise-router": "^4.1.0", "knex": "^3.0.0" }, "devDependencies": { "@backstage/backend-app-api": "workspace:^", "@backstage/backend-defaults": "workspace:^", "@backstage/backend-test-utils": "workspace:^", "@backstage/cli": "workspace:^", "@backstage/plugin-events-backend-test-utils": "workspace:^", "@backstage/repo-tools": "workspace:^", "@types/content-type": "^1.1.8", "supertest": "^7.0.0" }, "configSchema": "config.d.ts" }