Files
backstage/packages/backend/package.json
T
github-actions[bot] 1bff70d602 Version Packages (next)
2022-04-26 12:22:43 +00:00

88 lines
3.3 KiB
JSON

{
"name": "example-backend",
"version": "0.2.71-next.0",
"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.3-next.0",
"@backstage/backend-tasks": "^0.3.1-next.0",
"@backstage/catalog-client": "^1.0.1",
"@backstage/catalog-model": "^1.0.1",
"@backstage/config": "^1.0.0",
"@backstage/integration": "^1.2.0-next.0",
"@backstage/plugin-app-backend": "^0.3.32-next.0",
"@backstage/plugin-auth-backend": "^0.13.1-next.0",
"@backstage/plugin-auth-node": "^0.2.1-next.0",
"@backstage/plugin-azure-devops-backend": "^0.3.11-next.0",
"@backstage/plugin-badges-backend": "^0.1.26-next.0",
"@backstage/plugin-catalog-backend": "^1.1.2-next.0",
"@backstage/plugin-code-coverage-backend": "^0.1.30-next.0",
"@backstage/plugin-graphql-backend": "^0.1.22-next.0",
"@backstage/plugin-jenkins-backend": "^0.1.22-next.0",
"@backstage/plugin-kubernetes-backend": "^0.5.1-next.0",
"@backstage/plugin-kafka-backend": "^0.2.25-next.0",
"@backstage/plugin-permission-backend": "^0.5.7-next.0",
"@backstage/plugin-permission-common": "^0.6.0",
"@backstage/plugin-permission-node": "^0.6.1-next.0",
"@backstage/plugin-proxy-backend": "^0.2.26-next.0",
"@backstage/plugin-rollbar-backend": "^0.1.29-next.0",
"@backstage/plugin-scaffolder-backend": "^1.2.0-next.0",
"@backstage/plugin-scaffolder-backend-module-rails": "^0.3.7-next.0",
"@backstage/plugin-search-backend": "^0.5.2-next.0",
"@backstage/plugin-search-backend-node": "^0.6.1-next.0",
"@backstage/plugin-search-backend-module-elasticsearch": "^0.1.4-next.0",
"@backstage/plugin-search-backend-module-pg": "^0.3.3-next.0",
"@backstage/plugin-techdocs-backend": "^1.1.1-next.0",
"@backstage/plugin-tech-insights-backend": "^0.3.1-next.0",
"@backstage/plugin-tech-insights-node": "^0.2.10-next.0",
"@backstage/plugin-tech-insights-backend-module-jsonfc": "^0.1.16-next.0",
"@backstage/plugin-todo-backend": "^0.1.29-next.0",
"@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.1-next.0",
"@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"
]
}