{
  "name": "@backstage/cli",
  "version": "0.34.6",
  "description": "CLI for developing Backstage plugins and apps",
  "backstage": {
    "role": "cli"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "backstage"
  ],
  "homepage": "https://backstage.io",
  "repository": {
    "type": "git",
    "url": "https://github.com/backstage/backstage",
    "directory": "packages/cli"
  },
  "license": "Apache-2.0",
  "main": "dist/index.cjs.js",
  "bin": {
    "backstage-cli": "bin/backstage-cli"
  },
  "files": [
    "asset-types",
    "templates",
    "config",
    "bin",
    "dist/**/*.js"
  ],
  "scripts": {
    "build": "backstage-cli package build",
    "clean": "backstage-cli package clean",
    "lint": "backstage-cli package lint",
    "start": "nodemon --",
    "test": "backstage-cli package test"
  },
  "nodemonConfig": {
    "exec": "bin/backstage-cli",
    "ext": "ts",
    "watch": "./src"
  },
  "jest": {
    "coveragePathIgnorePatterns": [
      "/__fixtures__/"
    ]
  },
  "dependencies": {
    "@backstage/catalog-model": "^1.7.6",
    "@backstage/cli-common": "^0.1.15",
    "@backstage/cli-node": "^0.2.15",
    "@backstage/config": "^1.3.6",
    "@backstage/config-loader": "^1.10.6",
    "@backstage/errors": "^1.2.7",
    "@backstage/eslint-plugin": "^0.2.0",
    "@backstage/integration": "^1.18.2",
    "@backstage/release-manifests": "^0.0.13",
    "@backstage/types": "^1.2.2",
    "@manypkg/get-packages": "^1.1.3",
    "@module-federation/enhanced": "^0.9.0",
    "@octokit/request": "^8.0.0",
    "@rollup/plugin-commonjs": "^26.0.0",
    "@rollup/plugin-json": "^6.0.0",
    "@rollup/plugin-node-resolve": "^15.0.0",
    "@rollup/plugin-yaml": "^4.0.0",
    "@rspack/core": "^1.4.11",
    "@rspack/dev-server": "^1.1.4",
    "@rspack/plugin-react-refresh": "^1.4.3",
    "@spotify/eslint-config-base": "^15.0.0",
    "@spotify/eslint-config-react": "^15.0.0",
    "@spotify/eslint-config-typescript": "^15.0.0",
    "@swc/core": "^1.3.46",
    "@swc/helpers": "^0.5.0",
    "@swc/jest": "^0.2.22",
    "@types/jest": "^29.5.11",
    "@types/webpack-env": "^1.15.2",
    "@typescript-eslint/eslint-plugin": "^8.17.0",
    "@typescript-eslint/parser": "^8.16.0",
    "@yarnpkg/lockfile": "^1.1.0",
    "@yarnpkg/parsers": "^3.0.0",
    "bfj": "^8.0.0",
    "buffer": "^6.0.3",
    "chalk": "^4.0.0",
    "chokidar": "^3.3.1",
    "commander": "^12.0.0",
    "cross-fetch": "^4.0.0",
    "cross-spawn": "^7.0.3",
    "css-loader": "^6.5.1",
    "ctrlc-windows": "^2.1.0",
    "esbuild": "^0.25.0",
    "eslint": "^8.6.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-formatter-friendly": "^7.0.0",
    "eslint-plugin-deprecation": "^3.0.0",
    "eslint-plugin-import": "^2.31.0",
    "eslint-plugin-jest": "^28.9.0",
    "eslint-plugin-jsx-a11y": "^6.10.2",
    "eslint-plugin-react": "^7.37.2",
    "eslint-plugin-react-hooks": "^5.0.0",
    "eslint-plugin-unused-imports": "^4.1.4",
    "eslint-rspack-plugin": "^4.2.1",
    "express": "^4.17.1",
    "fs-extra": "^11.2.0",
    "git-url-parse": "^15.0.0",
    "glob": "^7.1.7",
    "global-agent": "^3.0.0",
    "globby": "^11.1.0",
    "handlebars": "^4.7.3",
    "html-webpack-plugin": "^5.6.3",
    "inquirer": "^8.2.0",
    "jest": "^29.7.0",
    "jest-cli": "^29.7.0",
    "jest-css-modules": "^2.1.0",
    "jest-environment-jsdom": "^29.0.2",
    "jest-runtime": "^29.0.2",
    "json-schema": "^0.4.0",
    "lodash": "^4.17.21",
    "minimatch": "^9.0.0",
    "node-stdlib-browser": "^1.3.1",
    "npm-packlist": "^5.0.0",
    "ora": "^5.3.0",
    "p-queue": "^6.6.2",
    "pirates": "^4.0.6",
    "postcss": "^8.1.0",
    "process": "^0.11.10",
    "raw-loader": "^4.0.2",
    "react-dev-utils": "^12.0.0-next.60",
    "react-refresh": "^0.17.0",
    "recursive-readdir": "^2.2.2",
    "replace-in-file": "^7.1.0",
    "rollup": "^4.27.3",
    "rollup-plugin-dts": "^6.1.0",
    "rollup-plugin-esbuild": "^6.1.1",
    "rollup-plugin-postcss": "^4.0.0",
    "rollup-pluginutils": "^2.8.2",
    "semver": "^7.5.3",
    "style-loader": "^3.3.1",
    "sucrase": "^3.20.2",
    "swc-loader": "^0.2.3",
    "tar": "^7.4.3",
    "ts-checker-rspack-plugin": "^1.1.5",
    "ts-morph": "^24.0.0",
    "undici": "^7.2.3",
    "util": "^0.12.3",
    "yaml": "^2.0.0",
    "yargs": "^16.2.0",
    "yml-loader": "^2.1.0",
    "yn": "^4.0.0",
    "zod": "^3.22.4",
    "zod-validation-error": "^3.4.0"
  },
  "devDependencies": {
    "@backstage/backend-plugin-api": "^1.5.0",
    "@backstage/backend-test-utils": "^1.10.1",
    "@backstage/catalog-client": "^1.12.1",
    "@backstage/config": "^1.3.6",
    "@backstage/core-app-api": "^1.19.2",
    "@backstage/core-components": "^0.18.3",
    "@backstage/core-plugin-api": "^1.12.0",
    "@backstage/dev-utils": "^1.1.17",
    "@backstage/errors": "^1.2.7",
    "@backstage/plugin-auth-backend": "^0.25.6",
    "@backstage/plugin-auth-backend-module-guest-provider": "^0.2.14",
    "@backstage/plugin-catalog-node": "^1.20.0",
    "@backstage/plugin-scaffolder-node": "^0.12.1",
    "@backstage/plugin-scaffolder-node-test-utils": "^0.3.5",
    "@backstage/test-utils": "^1.7.13",
    "@backstage/theme": "^0.7.0",
    "@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
    "@types/cross-spawn": "^6.0.2",
    "@types/ejs": "^3.1.3",
    "@types/express": "^4.17.6",
    "@types/fs-extra": "^11.0.0",
    "@types/http-proxy": "^1.17.4",
    "@types/inquirer": "^8.1.3",
    "@types/node": "^20.16.0",
    "@types/npm-packlist": "^3.0.0",
    "@types/recursive-readdir": "^2.2.0",
    "@types/rollup-plugin-peer-deps-external": "^2.2.0",
    "@types/rollup-plugin-postcss": "^3.1.4",
    "@types/svgo": "^2.6.2",
    "@types/tar": "^6.1.1",
    "@types/terser-webpack-plugin": "^5.0.4",
    "@types/webpack-sources": "^3.2.3",
    "@types/yarnpkg__lockfile": "^1.1.4",
    "del": "^8.0.0",
    "esbuild-loader": "^4.0.0",
    "eslint-webpack-plugin": "^4.2.0",
    "fork-ts-checker-webpack-plugin": "^9.0.0",
    "mini-css-extract-plugin": "^2.4.2",
    "msw": "^1.0.0",
    "nodemon": "^3.0.1",
    "terser-webpack-plugin": "^5.1.3",
    "webpack": "~5.96.0",
    "webpack-dev-server": "^5.0.0"
  },
  "peerDependencies": {
    "@module-federation/enhanced": "^0.9.0",
    "@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
    "esbuild-loader": "^4.0.0",
    "eslint-webpack-plugin": "^4.2.0",
    "fork-ts-checker-webpack-plugin": "^9.0.0",
    "mini-css-extract-plugin": "^2.4.2",
    "terser-webpack-plugin": "^5.1.3",
    "webpack": "~5.96.0",
    "webpack-dev-server": "^5.0.0"
  },
  "peerDependenciesMeta": {
    "@module-federation/enhanced": {
      "optional": true
    },
    "@pmmmwh/react-refresh-webpack-plugin": {
      "optional": true
    },
    "esbuild-loader": {
      "optional": true
    },
    "eslint-webpack-plugin": {
      "optional": true
    },
    "fork-ts-checker-webpack-plugin": {
      "optional": true
    },
    "mini-css-extract-plugin": {
      "optional": true
    },
    "terser-webpack-plugin": {
      "optional": true
    },
    "webpack": {
      "optional": true
    },
    "webpack-dev-server": {
      "optional": true
    }
  },
  "configSchema": {
    "$schema": "https://backstage.io/schema/config-v1",
    "title": "@backstage/cli",
    "type": "object",
    "properties": {
      "app": {
        "type": "object",
        "properties": {
          "baseUrl": {
            "type": "string",
            "visibility": "frontend"
          },
          "title": {
            "type": "string",
            "visibility": "frontend"
          },
          "datadogRum": {
            "type": "object",
            "description": "Datadog RUM events configuration",
            "properties": {
              "env": {
                "type": "string",
                "visibility": "frontend",
                "description": "Environment for Datadog RUM events"
              },
              "clientToken": {
                "type": "string",
                "visibility": "frontend",
                "description": "clientToken for Datadog RUM events"
              },
              "applicationId": {
                "type": "string",
                "visibility": "frontend",
                "description": "applicationId for Datadog RUM events"
              },
              "site": {
                "type": "string",
                "visibility": "frontend",
                "description": "site for Datadog RUM events"
              },
              "sessionSampleRate": {
                "type": "number",
                "visibility": "frontend",
                "description": "sample rate of Datadog RUM events"
              },
              "sessionReplaySampleRate": {
                "type": "number",
                "visibility": "frontend",
                "description": "sample rate of session replays based upon already sampled Datadog RUM events"
              }
            },
            "required": [
              "clientToken",
              "applicationId"
            ]
          },
          "listen": {
            "type": "object",
            "description": "Listening configuration for local development",
            "properties": {
              "host": {
                "type": "string",
                "visibility": "frontend",
                "description": "The host that the frontend should be bound to. Only used for local development."
              },
              "port": {
                "type": "number",
                "visibility": "frontend",
                "description": "The port that the frontend should be bound to. Only used for local development."
              }
            }
          },
          "https": {
            "type": "object",
            "description": "Only used for local development. The https object is passed to webpack in order to enable using https on localhost.",
            "properties": {
              "certificate": {
                "type": "object",
                "description": "Parent object containing certificate and the private key",
                "required": [
                  "key",
                  "cert"
                ],
                "properties": {
                  "key": {
                    "type": "string",
                    "visibility": "secret",
                    "description": "Https Certificate private key. Use $file to load in a file"
                  },
                  "cert": {
                    "type": "string",
                    "visibility": "secret",
                    "description": "Https Certificate. Use $file to load in a file"
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}