{ "name": "example-backend", "version": "0.2.70-next.2", "main": "dist/index.cjs.js", "types": "src/index.ts", "license": "Apache-2.0", "private": true, "backstage": { "role": "backend" }, "homepage": "https://backstage.io", "repository": { "type": "git", "url": "https://github.com/backstage/backstage", "directory": "packages/backend" }, "keywords": [ "backstage" ], "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", "build-image": "docker build ../.. -f Dockerfile --tag example-backend" }, "dependencies": { "@backstage/backend-common": "^0.13.2-next.2", "@backstage/backend-tasks": "^0.3.0-next.1", "@backstage/catalog-client": "^1.0.1-next.0", "@backstage/catalog-model": "^1.0.1-next.0", "@backstage/config": "^1.0.0", "@backstage/integration": "^1.1.0-next.2", "@backstage/plugin-app-backend": "^0.3.31-next.1", "@backstage/plugin-auth-backend": "^0.13.0-next.2", "@backstage/plugin-auth-node": "^0.2.0-next.0", "@backstage/plugin-azure-devops-backend": "^0.3.10-next.0", "@backstage/plugin-badges-backend": "^0.1.25-next.1", "@backstage/plugin-catalog-backend": "^1.1.0-next.3", "@backstage/plugin-code-coverage-backend": "^0.1.29-next.1", "@backstage/plugin-graphql-backend": "^0.1.21-next.0", "@backstage/plugin-jenkins-backend": "^0.1.20-next.2", "@backstage/plugin-kubernetes-backend": "^0.5.0-next.1", "@backstage/plugin-kafka-backend": "^0.2.24-next.1", "@backstage/plugin-permission-backend": "^0.5.6-next.1", "@backstage/plugin-permission-common": "^0.6.0-next.1", "@backstage/plugin-permission-node": "^0.6.0-next.2", "@backstage/plugin-proxy-backend": "^0.2.25-next.0", "@backstage/plugin-rollbar-backend": "^0.1.28-next.0", "@backstage/plugin-scaffolder-backend": "^1.1.0-next.1", "@backstage/plugin-scaffolder-backend-module-rails": "^0.3.6-next.2", "@backstage/plugin-search-backend": "^0.5.0-next.2", "@backstage/plugin-search-backend-node": "^0.6.0-next.1", "@backstage/plugin-search-backend-module-elasticsearch": "^0.1.3-next.1", "@backstage/plugin-search-backend-module-pg": "^0.3.2-next.1", "@backstage/plugin-techdocs-backend": "^1.1.0-next.2", "@backstage/plugin-tech-insights-backend": "^0.3.0-next.1", "@backstage/plugin-tech-insights-node": "^0.2.9-next.1", "@backstage/plugin-tech-insights-backend-module-jsonfc": "^0.1.15-next.1", "@backstage/plugin-todo-backend": "^0.1.28-next.2", "@gitbeaker/node": "^35.1.0", "@octokit/rest": "^18.5.3", "better-sqlite3": "^7.5.0", "azure-devops-node-api": "^11.0.1", "dockerode": "^3.3.1", "example-app": "link:../app", "express": "^4.17.1", "express-promise-router": "^4.1.0", "express-prom-bundle": "^6.3.6", "luxon": "^2.0.2", "pg": "^8.3.0", "pg-connection-string": "^2.3.0", "prom-client": "^14.0.1", "winston": "^3.2.1" }, "devDependencies": { "@backstage/cli": "^0.17.0-next.3", "@types/dockerode": "^3.3.0", "@types/express": "^4.17.6", "@types/express-serve-static-core": "^4.17.5", "@types/luxon": "^2.0.4" }, "files": [ "dist" ] }