{
  "name": "@m8t-stack/cli",
  "version": "0.2.158",
  "type": "module",
  "description": "CLI for managing m8t deployments on Azure / Microsoft Agent Foundry",
  "homepage": "https://github.com/m8t-labs/m8t-releases#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/m8t-labs/m8t.git",
    "directory": "apps/cli"
  },
  "bugs": {
    "url": "https://github.com/m8t-labs/m8t-releases/issues"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "main": "./dist/cli.js",
  "bin": {
    "m8t": "dist/cli.js"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "packageManager": "pnpm@10.33.0",
  "scripts": {
    "dev": "tsx watch src/cli.ts",
    "build": "tsup",
    "test": "vitest run",
    "verify-mate-contracts": "tsx src/scripts/verify-mate-contracts.ts",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit -p tsconfig.eslint.json",
    "lint": "eslint .",
    "prepublishOnly": "pnpm build"
  },
  "dependencies": {
    "@azure/ai-projects": "2.1.1",
    "@azure/arm-appcontainers": "2.2.0",
    "@azure/arm-communication": "4.2.0",
    "@azure/core-rest-pipeline": "1.25.0",
    "@azure/data-tables": "13.3.2",
    "@azure/identity": "4.13.1",
    "@azure/keyvault-secrets": "4.11.2",
    "@azure/monitor-query": "1.3.3",
    "@inquirer/prompts": "^7.0.0",
    "clipanion": "^4.0.0-rc.4",
    "picocolors": "^1.1.0",
    "semver": "^7.8.5",
    "typanion": "^3.14.0",
    "yaml": "^2.9.0"
  },
  "comments": {
    "dependencies.clipanion": "RC pin intentional as of 2026-05-19 — v4 stable has not shipped (latest dist-tag = 4.0.0-rc.4). Re-evaluate when clipanion v4 stable ships."
  }
}
