50e9c5e03a
* 'master' of github.com:spotify/backstage: (53 commits) Updating FAQ.md related to issue #1441 (#1443) docs/auth: add some more information about Identities plugins/lighthouse: fix CreateAudit test selecting child of button app,cli/templates: install @types/react-dom in app for @testing-library/react packages: bump @testing-library packages to latest versions docs/auth: rename overview to README rollback package install fixes build errors update plugin template to not trigger the notice header warning fixup fixup fixup fixup fixup fixup fixup fixup fixup fixup fixup ...
56 lines
1.5 KiB
JSON
56 lines
1.5 KiB
JSON
{
|
|
"name": "@backstage/plugin-scaffolder-backend",
|
|
"version": "0.1.1-alpha.12",
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"license": "Apache-2.0",
|
|
"private": false,
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"main": "dist/index.cjs.js",
|
|
"types": "dist/index.d.ts"
|
|
},
|
|
"scripts": {
|
|
"start": "backstage-cli backend:dev",
|
|
"build": "backstage-cli backend:build",
|
|
"lint": "backstage-cli lint",
|
|
"test": "backstage-cli test",
|
|
"prepack": "backstage-cli prepack",
|
|
"postpack": "backstage-cli postpack",
|
|
"clean": "backstage-cli clean",
|
|
"mock-data": "./scripts/mock-data"
|
|
},
|
|
"dependencies": {
|
|
"@backstage/backend-common": "^0.1.1-alpha.12",
|
|
"@backstage/catalog-model": "^0.1.1-alpha.12",
|
|
"@backstage/config": "^0.1.1-alpha.12",
|
|
"@types/express": "^4.17.6",
|
|
"@types/dockerode": "^2.5.32",
|
|
"compression": "^1.7.4",
|
|
"cors": "^2.8.5",
|
|
"dockerode": "^3.2.0",
|
|
"express": "^4.17.1",
|
|
"express-promise-router": "^3.0.3",
|
|
"fs-extra": "^9.0.0",
|
|
"git-url-parse": "^11.1.2",
|
|
"globby": "^11.0.0",
|
|
"helmet": "^3.22.0",
|
|
"morgan": "^1.10.0",
|
|
"nodegit": "0.26.5",
|
|
"uuid": "^8.2.0",
|
|
"winston": "^3.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@backstage/cli": "^0.1.1-alpha.12",
|
|
"@types/fs-extra": "^9.0.1",
|
|
"@types/git-url-parse": "^9.0.0",
|
|
"@types/nodegit": "0.26.5",
|
|
"@types/supertest": "^2.0.8",
|
|
"supertest": "^4.0.2",
|
|
"yaml": "^1.10.0"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
]
|
|
}
|