109 lines
3.2 KiB
JSON
109 lines
3.2 KiB
JSON
{
|
|
"name": "@backstage/plugin-scaffolder-backend",
|
|
"description": "The Backstage backend plugin that helps you create new things",
|
|
"version": "1.8.1-next.0",
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"license": "Apache-2.0",
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"main": "dist/index.cjs.js",
|
|
"types": "dist/index.d.ts",
|
|
"alphaTypes": "dist/index.alpha.d.ts"
|
|
},
|
|
"backstage": {
|
|
"role": "backend-plugin"
|
|
},
|
|
"homepage": "https://backstage.io",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/backstage/backstage",
|
|
"directory": "plugins/scaffolder-backend"
|
|
},
|
|
"keywords": [
|
|
"backstage"
|
|
],
|
|
"scripts": {
|
|
"start": "backstage-cli package start",
|
|
"build": "backstage-cli package build --experimental-type-build",
|
|
"lint": "backstage-cli package lint",
|
|
"test": "backstage-cli package test",
|
|
"prepack": "backstage-cli package prepack",
|
|
"postpack": "backstage-cli package postpack",
|
|
"clean": "backstage-cli package clean",
|
|
"build:assets": "node scripts/build-nunjucks.js"
|
|
},
|
|
"dependencies": {
|
|
"@backstage/backend-common": "workspace:^",
|
|
"@backstage/backend-plugin-api": "workspace:^",
|
|
"@backstage/backend-tasks": "workspace:^",
|
|
"@backstage/catalog-client": "workspace:^",
|
|
"@backstage/catalog-model": "workspace:^",
|
|
"@backstage/config": "workspace:^",
|
|
"@backstage/errors": "workspace:^",
|
|
"@backstage/integration": "workspace:^",
|
|
"@backstage/plugin-auth-node": "workspace:^",
|
|
"@backstage/plugin-catalog-backend": "workspace:^",
|
|
"@backstage/plugin-catalog-node": "workspace:^",
|
|
"@backstage/plugin-scaffolder-common": "workspace:^",
|
|
"@backstage/types": "workspace:^",
|
|
"@gitbeaker/core": "^35.6.0",
|
|
"@gitbeaker/node": "^35.1.0",
|
|
"@octokit/webhooks": "^10.0.0",
|
|
"@types/express": "^4.17.6",
|
|
"azure-devops-node-api": "^11.0.1",
|
|
"command-exists": "^1.2.9",
|
|
"compression": "^1.7.4",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.17.1",
|
|
"express-promise-router": "^4.1.0",
|
|
"fs-extra": "10.1.0",
|
|
"git-url-parse": "^13.0.0",
|
|
"globby": "^11.0.0",
|
|
"isbinaryfile": "^5.0.0",
|
|
"isomorphic-git": "^1.8.0",
|
|
"jsonschema": "^1.2.6",
|
|
"knex": "^2.0.0",
|
|
"lodash": "^4.17.21",
|
|
"luxon": "^3.0.0",
|
|
"morgan": "^1.10.0",
|
|
"node-fetch": "^2.6.7",
|
|
"nunjucks": "^3.2.3",
|
|
"octokit": "^2.0.0",
|
|
"octokit-plugin-create-pull-request": "^3.10.0",
|
|
"p-limit": "^3.1.0",
|
|
"prom-client": "^14.0.1",
|
|
"uuid": "^8.2.0",
|
|
"vm2": "^3.9.11",
|
|
"winston": "^3.2.1",
|
|
"yaml": "^2.0.0",
|
|
"zen-observable": "^0.9.0",
|
|
"zod": "^3.11.6"
|
|
},
|
|
"devDependencies": {
|
|
"@backstage/backend-test-utils": "workspace:^",
|
|
"@backstage/cli": "workspace:^",
|
|
"@types/command-exists": "^1.2.0",
|
|
"@types/fs-extra": "^9.0.1",
|
|
"@types/git-url-parse": "^9.0.0",
|
|
"@types/mock-fs": "^4.13.0",
|
|
"@types/nunjucks": "^3.1.4",
|
|
"@types/supertest": "^2.0.8",
|
|
"@types/zen-observable": "^0.8.0",
|
|
"esbuild": "^0.15.0",
|
|
"jest-when": "^3.1.0",
|
|
"mock-fs": "^5.1.0",
|
|
"msw": "^0.49.0",
|
|
"supertest": "^6.1.3",
|
|
"yaml": "^2.0.0"
|
|
},
|
|
"files": [
|
|
"alpha",
|
|
"dist",
|
|
"migrations",
|
|
"config.d.ts",
|
|
"assets"
|
|
],
|
|
"configSchema": "config.d.ts"
|
|
}
|