50 lines
1.5 KiB
JSON
50 lines
1.5 KiB
JSON
{
|
|
"name": "@backstage/cli-defaults",
|
|
"version": "0.1.2",
|
|
"description": "Default set of CLI modules for the 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-defaults"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"@backstage/cli-module-actions": "workspace:^",
|
|
"@backstage/cli-module-auth": "workspace:^",
|
|
"@backstage/cli-module-build": "workspace:^",
|
|
"@backstage/cli-module-config": "workspace:^",
|
|
"@backstage/cli-module-github": "workspace:^",
|
|
"@backstage/cli-module-info": "workspace:^",
|
|
"@backstage/cli-module-lint": "workspace:^",
|
|
"@backstage/cli-module-maintenance": "workspace:^",
|
|
"@backstage/cli-module-migrate": "workspace:^",
|
|
"@backstage/cli-module-new": "workspace:^",
|
|
"@backstage/cli-module-test-jest": "workspace:^",
|
|
"@backstage/cli-module-translations": "workspace:^"
|
|
},
|
|
"devDependencies": {
|
|
"@backstage/cli": "workspace:^"
|
|
}
|
|
}
|