{
  "name": "@ms-cloudpack/cli",
  "version": "0.81.2",
  "description": "The Cloudpack command line interface - a tool for managing fast inner and outer looping in web apps.",
  "license": "MIT",
  "type": "module",
  "bin": {
    "cloudpack": "./bin/cloudpack.js"
  },
  "types": "./lib/index.d.ts",
  "sideEffects": false,
  "exports": {
    ".": {
      "source": "./src/index.ts",
      "types": "./lib/index.d.ts",
      "import": "./lib/index.js"
    },
    "./package.json": "./package.json"
  },
  "scripts": {
    "api": "cloudpack-scripts api",
    "build:watch": "cloudpack-scripts build-watch",
    "build": "cloudpack-scripts build && yarn schema",
    "lint:update": "cloudpack-scripts lint-update",
    "lint": "cloudpack-scripts lint",
    "prepack": "cp .npmignore lib/.npmignore",
    "schema": "cloudpack-scripts copy ../common-types/schema ./schema",
    "test:update": "cloudpack-scripts test-update",
    "test:watch": "cloudpack-scripts test-watch",
    "test": "cloudpack-scripts test"
  },
  "dependencies": {
    "@ms-cloudpack/api-server": "^0.67.9",
    "@ms-cloudpack/app-server": "^0.20.73",
    "@ms-cloudpack/bundler": "^0.27.33",
    "@ms-cloudpack/bundler-capabilities": "^0.5.8",
    "@ms-cloudpack/common-types": "^0.34.5",
    "@ms-cloudpack/config": "^0.38.45",
    "@ms-cloudpack/create-express-app": "^1.10.80",
    "@ms-cloudpack/environment": "^0.1.7",
    "@ms-cloudpack/file-watcher": "^0.4.39",
    "@ms-cloudpack/json-utilities": "^0.1.16",
    "@ms-cloudpack/link-proxy": "^0.2.95",
    "@ms-cloudpack/overlay": "^0.19.91",
    "@ms-cloudpack/package-utilities": "^13.8.7",
    "@ms-cloudpack/path-string-parsing": "^1.3.5",
    "@ms-cloudpack/path-utilities": "^3.2.16",
    "@ms-cloudpack/remote-cache": "^0.12.2",
    "@ms-cloudpack/setup-utilities": "^0.5.63",
    "@ms-cloudpack/task-reporter": "^0.21.5",
    "@ms-cloudpack/telemetry": "^0.12.5",
    "@yarnpkg/lockfile": "^1.1.0",
    "commander": "^14.0.0",
    "cross-spawn": "^7.0.3",
    "didyoumean": "^1.2.2",
    "get-port": "^7.0.0",
    "open": "^11.0.0",
    "prompts": "^2.4.2",
    "semver": "^7.6.0",
    "tinyglobby": "^0.2.13",
    "workspace-tools": "^0.41.3"
  },
  "devDependencies": {
    "@ms-cloudpack/common-types": "^0.34.5",
    "@ms-cloudpack/common-types-browser": "^0.6.11",
    "@ms-cloudpack/eslint-plugin-internal": "^0.0.1",
    "@ms-cloudpack/scripts": "^0.0.1",
    "@ms-cloudpack/test-utilities": "^0.5.0",
    "@types/cross-spawn": "^6.0.2",
    "@types/didyoumean": "^1.2.2",
    "@types/prompts": "^2.4.4",
    "@types/yarnpkg__lockfile": "^1.1.5"
  },
  "files": [
    "CHANGELOG.md",
    "lib/**/!(*.test.*)",
    "schema"
  ],
  "engines": {
    "node": ">=22.18.0"
  }
}
