{
  "name": "@backstage/cli-common",
  "version": "0.2.2",
  "description": "Common functionality used by cli, backend, and create-app",
  "backstage": {
    "role": "node-library"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "backstage"
  ],
  "homepage": "https://backstage.io",
  "repository": {
    "type": "git",
    "url": "https://github.com/backstage/backstage",
    "directory": "packages/cli-common"
  },
  "license": "Apache-2.0",
  "exports": {
    ".": {
      "require": "./dist/index.cjs.js",
      "types": "./dist/index.d.ts",
      "default": "./dist/index.cjs.js"
    },
    "./testUtils": {
      "require": "./dist/testUtils.cjs.js",
      "types": "./dist/testUtils.d.ts",
      "default": "./dist/testUtils.cjs.js"
    },
    "./package.json": "./package.json"
  },
  "main": "./dist/index.cjs.js",
  "types": "./dist/index.d.ts",
  "typesVersions": {
    "*": {
      "testUtils": [
        "dist/testUtils.d.ts"
      ],
      "package.json": [
        "package.json"
      ]
    }
  },
  "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",
    "start": "backstage-cli package start",
    "test": "backstage-cli package test"
  },
  "dependencies": {
    "@backstage/errors": "^1.3.1",
    "cross-spawn": "^7.0.3",
    "global-agent": "^3.0.0",
    "undici": "^7.24.5"
  },
  "devDependencies": {
    "@backstage/cli": "^0.36.2",
    "@types/cross-spawn": "^6.0.2",
    "@types/node": "^22.13.14"
  }
}