@armyknife/backstage-github-template
Version:
GitHub repository template creation for Backstage
51 lines (50 loc) • 1.17 kB
JSON
{
"name": "@armyknife/backstage-github-template",
"version": "0.1.0",
"description": "GitHub repository template creation for Backstage",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
"publishConfig": {
"access": "public",
"main": "dist/index.js",
"types": "dist/index.d.ts"
},
"backstage": {
"role": "backend-plugin"
},
"scripts": {
"build": "tsc",
"lint": "eslint src --ext .ts,.tsx",
"test": "jest",
"clean": "rm -rf dist",
"prepublishOnly": "yarn build"
},
"dependencies": {
"@backstage/backend-common": "^0.19.0",
"@backstage/catalog-model": "^1.4.0",
"@backstage/config": "^1.0.8",
"@backstage/integration": "^1.7.0",
"@backstage/plugin-scaffolder-backend": "^1.15.0",
"@octokit/rest": "^19.0.7",
"cross-fetch": "^4.0.0",
"yaml": "^2.3.1"
},
"devDependencies": {
"@types/jest": "^29.0.0",
"@types/node": "^18.17.8",
"eslint": "^8.0.0",
"jest": "^29.0.0",
"typescript": "~5.4.0"
},
"files": [
"dist",
"templates"
],
"keywords": [
"backstage",
"github",
"template",
"scaffolder"
]
}