{ "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": { ".": "./src/index.ts", "./testUtils": "./src/testUtils.ts", "./package.json": "./package.json" }, "main": "src/index.ts", "types": "src/index.ts", "typesVersions": { "*": { "testUtils": [ "src/testUtils.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": "workspace:^", "cross-spawn": "^7.0.3", "global-agent": "^3.0.0", "undici": "^7.24.5" }, "devDependencies": { "@backstage/cli": "workspace:^", "@types/cross-spawn": "^6.0.2", "@types/node": "^22.13.14" } }