{
  "name": "@ouro.bot/cli",
  "version": "0.1.0-alpha.828",
  "engines": {
    "node": ">=22"
  },
  "main": "dist/heart/daemon/ouro-entry.js",
  "bin": {
    "cli": "dist/heart/daemon/ouro-bot-entry.js",
    "ouro": "dist/heart/daemon/ouro-entry.js",
    "ouro.bot": "dist/heart/daemon/ouro-bot-entry.js"
  },
  "files": [
    "dist/",
    "SerpentGuide.ouro/",
    "RepairGuide.ouro/",
    "skills/",
    "assets/",
    "deploy/unraid/",
    "npm-shrinkwrap.json",
    "changelog.json"
  ],
  "exports": {
    ".": "./dist/heart/daemon/daemon-cli.js",
    "./runOuroCli": "./dist/heart/daemon/daemon-cli.js"
  },
  "scripts": {
    "dev": "tsc && node dist/heart/daemon/ouro-bot-entry.js dev",
    "cli": "tsc && node dist/senses/cli-entry.js",
    "daemon": "tsc && node dist/heart/daemon/daemon-entry.js",
    "ouro": "tsc && node dist/heart/daemon/ouro-entry.js",
    "teams": "tsc && node dist/senses/teams-entry.js --agent ouroboros",
    "bluebubbles": "tsc && node dist/senses/bluebubbles/entry.js --agent ouroboros",
    "voice:eval": "npm run build && node dist/senses/voice-realtime-eval-entry.js",
    "worktree:bootstrap": "npm install --ignore-scripts",
    "test": "vitest run",
    "test:integration": "npm run build && vitest run --config vitest.integration.config.ts",
    "test:e2e:package": "npm run build && node scripts/package-e2e.cjs",
    "test:e2e:ouro-bot-package": "node scripts/ouro-bot-package-e2e.cjs",
    "test:e2e:real-smoke": "npm run build && node scripts/nightly-real-smoke.cjs",
    "typecheck:mailbox-ui": "tsc --noEmit -p packages/mailbox-ui/tsconfig.json",
    "test:mailbox-ui": "npm test --prefix packages/mailbox-ui",
    "test:coverage:vitest": "vitest run --coverage",
    "test:coverage": "node scripts/run-coverage-gate.cjs",
    "build": "node scripts/build.cjs",
    "lint": "eslint src/",
    "package:verify-assets": "node scripts/package-assets.cjs",
    "prepack": "npm run build && npm run package:verify-assets",
    "release:bump": "node scripts/release-bump.cjs",
    "release:preflight": "node scripts/release-preflight.cjs",
    "release:trust:check": "node scripts/npm-trusted-publishers.cjs check",
    "release:trust:repair-plan": "node scripts/npm-trusted-publishers.cjs repair-plan",
    "release:trust:repair": "node scripts/npm-trusted-publishers.cjs repair",
    "release:smoke": "node scripts/release-smoke.cjs",
    "audit:nerves": "npm run build -- --skip-mailbox-ui-install && node dist/nerves/coverage/cli-main.js"
  },
  "dependencies": {
    "@anthropic-ai/sdk": "^0.78.0",
    "@azure/identity": "^4.13.0",
    "@azure/storage-blob": "^12.31.0",
    "@bitwarden/cli": "2026.6.0",
    "@microsoft/teams.api": "2.0.11",
    "@microsoft/teams.apps": "2.0.11",
    "@microsoft/teams.cards": "2.0.11",
    "@microsoft/teams.common": "2.0.11",
    "@microsoft/teams.dev": "2.0.11",
    "@microsoft/teams.graph": "2.0.11",
    "@ouro.bot/friends": "0.1.0-alpha.10",
    "@types/react": "^17.0.91",
    "@types/ws": "^8.18.1",
    "ajv": "^8.20.0",
    "better-sqlite3": "13.0.2",
    "fast-glob": "^3.3.3",
    "ink": "^3.2.0",
    "mailparser": "^3.9.15",
    "openai": "^6.27.0",
    "react": "^17.0.2",
    "semver": "^7.7.4",
    "smtp-server": "^3.18.4",
    "stripe": "^22.0.0",
    "ws": "^8.20.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ourostack/ouroboros.git"
  },
  "devDependencies": {
    "@testing-library/react": "^16.3.2",
    "@types/better-sqlite3": "7.6.13",
    "@types/mailparser": "^3.4.6",
    "@types/semver": "^7.7.1",
    "@types/smtp-server": "^3.5.13",
    "@vitest/coverage-v8": "^4.1.8",
    "eslint": "^10.0.2",
    "jsdom": "^29.0.2",
    "typescript": "^5.7.0",
    "typescript-eslint": "^8.56.1",
    "vitest": "^4.1.8"
  },
  "overrides": {
    "deepmerge-ts": "^8.0.1",
    "form-data": "4.0.6",
    "multer": "2.3.0",
    "tmp": "0.2.7",
    "@microsoft/teams.apps": {
      "@azure/msal-node": "^5.2.2"
    },
    "@testing-library/react": {
      "react": "$react",
      "@types/react": "$@types/react"
    },
    "shell-quote": "^1.8.4"
  }
}
