53 lines
1.3 KiB
JSON
53 lines
1.3 KiB
JSON
{
|
|
"name": "@backstage/cli-module-github",
|
|
"version": "0.1.1-next.0",
|
|
"description": "CLI module for Backstage CLI",
|
|
"backstage": {
|
|
"role": "cli-module"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"main": "dist/index.cjs.js",
|
|
"types": "dist/index.d.ts"
|
|
},
|
|
"homepage": "https://backstage.io",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/backstage/backstage",
|
|
"directory": "packages/cli-module-github"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"files": [
|
|
"dist",
|
|
"bin"
|
|
],
|
|
"scripts": {
|
|
"build": "backstage-cli package build",
|
|
"clean": "backstage-cli package clean",
|
|
"lint": "backstage-cli package lint",
|
|
"prepack": "backstage-cli package prepack",
|
|
"postpack": "backstage-cli package postpack",
|
|
"test": "backstage-cli package test"
|
|
},
|
|
"dependencies": {
|
|
"@backstage/cli-common": "workspace:^",
|
|
"@backstage/cli-node": "workspace:^",
|
|
"@octokit/request": "^8.0.0",
|
|
"chalk": "^4.0.0",
|
|
"cleye": "^2.3.0",
|
|
"express": "^4.22.0",
|
|
"fs-extra": "^11.2.0",
|
|
"inquirer": "^8.2.0",
|
|
"react-dev-utils": "^12.0.0-next.60",
|
|
"yaml": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@backstage/cli": "workspace:^",
|
|
"@types/express": "^4.17.6",
|
|
"@types/fs-extra": "^11.0.0"
|
|
},
|
|
"bin": "bin/backstage-cli-module-github"
|
|
}
|