{ "name": "@backstage/cli-common", "version": "0.1.18-next.0", "description": "Common functionality used by cli, backend, and create-app", "backstage": { "role": "node-library" }, "publishConfig": { "access": "public", "main": "dist/index.cjs.js", "types": "dist/index.d.ts" }, "keywords": [ "backstage" ], "homepage": "https://backstage.io", "repository": { "type": "git", "url": "https://github.com/backstage/backstage", "directory": "packages/cli-common" }, "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", "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.2.3" }, "devDependencies": { "@backstage/cli": "workspace:^", "@types/cross-spawn": "^6.0.2", "@types/node": "^22.13.14" } }