53 lines
1.2 KiB
JSON
53 lines
1.2 KiB
JSON
{
|
|
"name": "@backstage/repo-tools",
|
|
"description": "CLI for Backstage repo tooling ",
|
|
"version": "0.1.0-next.0",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"backstage": {
|
|
"role": "cli"
|
|
},
|
|
"homepage": "https://backstage.io",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/backstage/backstage",
|
|
"directory": "packages/repo-tools"
|
|
},
|
|
"keywords": [
|
|
"backstage"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"main": "dist/index.cjs.js",
|
|
"scripts": {
|
|
"build": "backstage-cli package build",
|
|
"lint": "backstage-cli package lint",
|
|
"test": "backstage-cli package test",
|
|
"clean": "backstage-cli package clean",
|
|
"start": "nodemon --"
|
|
},
|
|
"bin": {
|
|
"backstage-repo-tools": "bin/backstage-repo-tools"
|
|
},
|
|
"dependencies": {
|
|
"@backstage/errors": "workspace:^",
|
|
"@microsoft/api-documenter": "^7.17.11",
|
|
"@microsoft/api-extractor": "^7.23.0",
|
|
"@microsoft/api-extractor-model": "^7.17.2",
|
|
"@microsoft/tsdoc": "0.14.1",
|
|
"chalk": "^4.0.0",
|
|
"commander": "^9.1.0",
|
|
"fs-extra": "10.1.0",
|
|
"ts-node": "^10.0.0"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"dist/**/*.js"
|
|
],
|
|
"nodemonConfig": {
|
|
"watch": "./src",
|
|
"exec": "bin/backstage-repo-tools",
|
|
"ext": "ts"
|
|
}
|
|
}
|