{ "name": "@backstage/cli-module-new", "version": "0.1.3", "description": "CLI module for Backstage CLI", "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-new" }, "license": "Apache-2.0", "main": "src/index.ts", "types": "src/index.ts", "bin": "bin/backstage-cli-module-new", "files": [ "dist", "bin", "templates" ], "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-common": "workspace:^", "@backstage/cli-node": "workspace:^", "@backstage/errors": "workspace:^", "chalk": "^4.0.0", "cleye": "^2.3.0", "fs-extra": "^11.2.0", "handlebars": "^4.7.3", "inquirer": "^8.2.0", "lodash": "^4.17.21", "ora": "^5.3.0", "recursive-readdir": "^2.2.2", "semver": "^7.5.3", "yaml": "^2.0.0", "zod": "^3.25.76", "zod-validation-error": "^4.0.2" }, "devDependencies": { "@backstage/backend-test-utils": "workspace:^", "@backstage/cli": "workspace:^", "@backstage/core-plugin-api": "workspace:^", "@backstage/test-utils": "workspace:^", "@types/fs-extra": "^11.0.0", "@types/inquirer": "^8.1.3", "@types/lodash": "^4.14.151", "@types/recursive-readdir": "^2.2.0" } }