{ "name": "@backstage/cli-module-actions", "version": "0.1.1", "description": "CLI module for executing distributed actions", "backstage": { "role": "cli-module" }, "publishConfig": { "access": "public", "main": "dist/index.cjs.js", "types": "dist/index.d.ts" }, "homepage": "https://backstage.io", "repository": { "type": "git", "url": "https://github.com/backstage/backstage", "directory": "packages/cli-module-actions" }, "license": "Apache-2.0", "main": "src/index.ts", "types": "src/index.ts", "bin": "bin/backstage-cli-module-actions", "files": [ "dist", "bin" ], "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", "test": "backstage-cli package test" }, "dependencies": { "@backstage/cli-node": "workspace:^", "@backstage/errors": "workspace:^", "chalk": "^4.0.0", "cleye": "^2.3.0", "marked": "^15.0.12", "marked-terminal": "^7.3.0", "strip-ansi": "^7.1.0", "zod": "^3.25.76 || ^4.0.0" }, "devDependencies": { "@backstage/backend-test-utils": "workspace:^", "@backstage/cli": "workspace:^" } }