@antoniobergas/scaffolder-backend-module-azure-pipelines
Version:
A collection of Backstage scaffolder backend modules for Azure pipelines.
64 lines (63 loc) • 1.87 kB
JSON
{
"name": "@antoniobergas/scaffolder-backend-module-azure-pipelines",
"version": "2.0.0",
"description": "A collection of Backstage scaffolder backend modules for Azure pipelines.",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts",
"publishConfig": {
"access": "public",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "backend-plugin-module"
},
"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",
"prepack": "backstage-cli package prepack",
"postpack": "backstage-cli package postpack",
"update": "backstage-cli versions:bump"
},
"repository": {
"type": "git",
"url": "git+https://github.com/antoniobergas/scaffolder-backend-module-azure-pipelines.git"
},
"keywords": [
"backstage",
"azure-devops",
"azure-pipelines",
"backstage-plugin",
"backstage-template"
],
"author": "Parfümerie Douglas GmbH",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/antoniobergas/scaffolder-backend-module-azure-pipelines/issues"
},
"homepage": "https://github.com/antoniobergas/scaffolder-backend-module-azure-pipelines#readme",
"dependencies": {
"@backstage/backend-common": "^0.19.7",
"@backstage/errors": "^1.2.2",
"@backstage/integration": "^1.7.0",
"@backstage/plugin-scaffolder-backend": "^1.17.3",
"@backstage/plugin-scaffolder-node": "^0.2.5",
"@backstage/types": "^1.1.1",
"node-fetch": "^2.6.2"
},
"devDependencies": {
"@backstage/cli": "^0.22.13",
"@types/node-fetch": "^2.6.2"
},
"dependenciesMeta": {
"buildcheck@0.0.4": {
"unpluggined": true
}
},
"files": [
"dist"
]
}