Files
backstage/packages/backend/package.json
T
github-actions[bot] f275697d2b Version Packages (next)
2022-09-06 13:11:16 +00:00

89 lines
3.3 KiB
JSON

{
"name": "example-backend",
"version": "0.2.75-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.15.1-next.2",
"@backstage/backend-tasks": "^0.3.5-next.0",
"@backstage/catalog-client": "^1.0.5-next.1",
"@backstage/catalog-model": "^1.1.0",
"@backstage/config": "^1.0.1",
"@backstage/integration": "^1.3.1-next.1",
"@backstage/plugin-app-backend": "^0.3.36-next.2",
"@backstage/plugin-auth-backend": "^0.16.0-next.2",
"@backstage/plugin-auth-node": "^0.2.5-next.2",
"@backstage/plugin-azure-devops-backend": "^0.3.15-next.1",
"@backstage/plugin-badges-backend": "^0.1.30-next.0",
"@backstage/plugin-catalog-backend": "^1.4.0-next.2",
"@backstage/plugin-code-coverage-backend": "^0.2.2-next.1",
"@backstage/plugin-graphql-backend": "^0.1.26-next.2",
"@backstage/plugin-jenkins-backend": "^0.1.26-next.2",
"@backstage/plugin-kafka-backend": "^0.2.29-next.0",
"@backstage/plugin-kubernetes-backend": "^0.7.2-next.2",
"@backstage/plugin-permission-backend": "^0.5.11-next.1",
"@backstage/plugin-permission-common": "^0.6.4-next.1",
"@backstage/plugin-permission-node": "^0.6.5-next.2",
"@backstage/plugin-proxy-backend": "^0.2.30-next.1",
"@backstage/plugin-rollbar-backend": "^0.1.33-next.2",
"@backstage/plugin-scaffolder-backend": "^1.6.0-next.2",
"@backstage/plugin-scaffolder-backend-module-rails": "^0.4.4-next.0",
"@backstage/plugin-search-backend": "^1.0.2-next.0",
"@backstage/plugin-search-backend-module-elasticsearch": "^1.0.2-next.1",
"@backstage/plugin-search-backend-module-pg": "^0.4.0-next.1",
"@backstage/plugin-search-backend-node": "^1.0.2-next.1",
"@backstage/plugin-search-common": "^1.0.1-next.0",
"@backstage/plugin-tech-insights-backend": "^0.5.2-next.1",
"@backstage/plugin-tech-insights-backend-module-jsonfc": "^0.1.20-next.0",
"@backstage/plugin-tech-insights-node": "^0.3.4-next.0",
"@backstage/plugin-techdocs-backend": "^1.3.0-next.1",
"@backstage/plugin-todo-backend": "^0.1.33-next.1",
"@gitbeaker/node": "^35.1.0",
"@octokit/rest": "^19.0.3",
"azure-devops-node-api": "^11.0.1",
"better-sqlite3": "^7.5.0",
"dockerode": "^3.3.1",
"example-app": "link:../app",
"express": "^4.17.1",
"express-prom-bundle": "^6.3.6",
"express-promise-router": "^4.1.0",
"luxon": "^3.0.0",
"pg": "^8.3.0",
"pg-connection-string": "^2.3.0",
"prom-client": "^14.0.1",
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/cli": "^0.19.0-next.2",
"@types/dockerode": "^3.3.0",
"@types/express": "^4.17.6",
"@types/express-serve-static-core": "^4.17.5",
"@types/luxon": "^3.0.0"
},
"files": [
"dist"
]
}