@cdbrcl/scaffolder-backend-module-azure-repositories
Version:
A collection of Backstage scaffolder backend modules for Azure repositories.
59 lines (58 loc) • 1.8 kB
JSON
{
"name": "@cdbrcl/scaffolder-backend-module-azure-repositories",
"version": "0.2.8",
"description": "A collection of Backstage scaffolder backend modules for Azure repositories.",
"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"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cristian-bustamante/scaffolder-backend-module-azure-repositories.git"
},
"keywords": [
"backstage",
"azure-devops",
"azure-repositories",
"backstage-plugin",
"backstage-template"
],
"author": "Parfümerie Douglas GmbH",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/cristian-bustamante/scaffolder-backend-module-azure-repositories/issues"
},
"homepage": "https://github.com/cristian-bustamante/scaffolder-backend-module-azure-repositories#readme",
"dependencies": {
"@backstage/backend-common": "^0.20.0",
"@backstage/config": "^1.1.1",
"@backstage/errors": "^1.2.3",
"@backstage/integration": "^1.8.0",
"@backstage/plugin-scaffolder-backend": "^1.19.2",
"@backstage/plugin-scaffolder-node": "^0.2.9",
"@backstage/types": "^1.1.1",
"azure-devops-node-api": "^12.1.0",
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/cli": "^0.25.1"
},
"files": [
"dist"
]
}