{
  "name": "@backstage/cli-module-config",
  "version": "0.1.7",
  "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-config"
  },
  "license": "Apache-2.0",
  "main": "dist/index.cjs.js",
  "types": "dist/index.d.ts",
  "bin": "bin/backstage-cli-module-config",
  "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-common": "^0.3.1",
    "@backstage/cli-node": "^0.3.4",
    "@backstage/config": "^1.3.9",
    "@backstage/config-loader": "^1.11.3",
    "@backstage/types": "^1.2.2",
    "@manypkg/get-packages": "^1.1.3",
    "chalk": "^4.0.0",
    "cleye": "^2.6.0",
    "react-dev-utils": "^12.0.0-next.60",
    "yaml": "^2.0.0"
  },
  "devDependencies": {
    "@backstage/cli": "^0.36.6",
    "@types/json-schema": "^7.0.6"
  },
  "typesVersions": {
    "*": {
      "package.json": [
        "package.json"
      ]
    }
  }
}