{
  "name": "ambiguous",
  "version": "0.7.9",
  "description": "CLI for Ambiguous Workspace — manage docs, tasks, mail, calendar, CRM, and more from the terminal",
  "type": "module",
  "bin": {
    "ambiguous": "dist/index.js"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "ambiguous",
    "workspace",
    "cli",
    "productivity",
    "ai"
  ],
  "license": "UNLICENSED",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ambiguous-ai/workspace.git",
    "directory": "apps/cli"
  },
  "scripts": {
    "dev": "echo 'CLI has no dev server — use: npx ambiguous <command>'",
    "build": "tsup",
    "test": "vitest run --reporter=default --reporter=json --outputFile=test-results.json",
    "test:e2e": "npm run build && vitest run --config ../../tests/cli-e2e/vitest.config.ts --reporter=default --reporter=json --outputFile=test-results-e2e.json --dir ../../tests/cli-e2e",
    "typecheck": "tsc --noEmit",
    "clean": "rm -rf dist",
    "prepublishOnly": "npm run clean && npm run build",
    "postpublish": "node scripts/postpublish.mjs",
    "release": "bash scripts/release.sh"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.0",
    "chalk": "^5.4.0",
    "commander": "^13.1.0",
    "conf": "^13.1.0",
    "mime-types": "^3.0.2",
    "open": "^10.1.0",
    "ora": "^9.4.0",
    "ws": "^8.18.0"
  },
  "devDependencies": {
    "@ambiguous/shared-types": "*",
    "@types/mime-types": "^3.0.1",
    "@types/node": "^22.0.0",
    "@types/ws": "^8.5.12",
    "tsup": "^8.4.0",
    "tsx": "^4.19.0",
    "typescript": "^5.8.0",
    "vitest": "^4.1.8"
  }
}
