{
  "name": "@backstage/cli-module-new",
  "version": "0.1.4",
  "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": "dist/index.cjs.js",
  "types": "dist/index.d.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": "^0.2.2",
    "@backstage/cli-node": "^0.3.3",
    "@backstage/errors": "^1.3.1",
    "chalk": "^4.0.0",
    "cleye": "^2.6.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": "^1.11.4",
    "@backstage/cli": "^0.36.3",
    "@backstage/core-plugin-api": "^1.12.7",
    "@backstage/test-utils": "^1.7.19",
    "@types/fs-extra": "^11.0.0",
    "@types/inquirer": "^8.1.3",
    "@types/lodash": "^4.14.151",
    "@types/recursive-readdir": "^2.2.0"
  },
  "typesVersions": {
    "*": {
      "package.json": [
        "package.json"
      ]
    }
  }
}