{
  "name": "hoomanjs",
  "version": "1.35.2",
  "description": "Hackable AI agent toolkit for building local CLI, ACP, MCP, and channel-driven workflows.",
  "author": {
    "name": "Vaibhav Pandey",
    "email": "contact@vaibhavpandey.com"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vaibhavpandeyvpz/hooman.git"
  },
  "bugs": {
    "url": "https://github.com/vaibhavpandeyvpz/hooman/issues"
  },
  "homepage": "https://github.com/vaibhavpandeyvpz/hooman#readme",
  "keywords": [
    "acp",
    "agent",
    "ai",
    "chat",
    "cli",
    "llm",
    "mcp",
    "skills",
    "strands"
  ],
  "type": "module",
  "bin": {
    "hooman": "./dist/cli.js"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json && node scripts/copy-bundled-assets.mjs",
    "clean": "rm -rf dist",
    "dev": "tsx src/cli.ts",
    "prepack": "npm run build",
    "start": "node dist/cli.js",
    "typecheck": "tsc --noEmit"
  },
  "devDependencies": {
    "@types/jsdom": "^28.0.1",
    "@types/lodash": "^4.17.24",
    "@types/luxon": "^3.7.1",
    "@types/node": "^25.6.0",
    "@types/react": "^19.2.14",
    "@types/turndown": "^5.0.6",
    "tsx": "^4.22.4",
    "typescript": "^6.0.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=24"
  },
  "dependencies": {
    "@agentclientprotocol/sdk": "^0.18.2",
    "@ai-sdk/azure": "^3.0.78",
    "@ai-sdk/groq": "^3.0.35",
    "@ai-sdk/moonshotai": "^2.0.26",
    "@ai-sdk/xai": "^3.0.83",
    "@anthropic-ai/sdk": "^0.104.2",
    "@aws-sdk/client-bedrock-runtime": "^3.1028.0",
    "@google/genai": "^2.10.0",
    "@mendable/firecrawl-js": "^4.21.0",
    "@modelcontextprotocol/sdk": "^1.29.0",
    "@mozilla/readability": "^0.6.0",
    "@strands-agents/sdk": "^1.7.0",
    "@tavily/core": "^0.7.2",
    "cli-highlight": "^2.1.11",
    "cli-spinners": "^3.4.0",
    "commander": "^14.0.3",
    "exa-js": "^2.14.0",
    "fastq": "^1.20.1",
    "gray-matter": "^2.0.1",
    "handlebars": "^4.7.9",
    "ink": "^7.0.0",
    "ink-ansi": "^1.0.0",
    "ink-select-input": "^6.2.0",
    "ink-text-input": "^6.0.0",
    "ink-use-mouse": "^1.0.0",
    "jsdom": "^29.0.2",
    "lodash": "^4.18.1",
    "luxon": "^3.7.2",
    "marked": "^18.0.2",
    "millify": "^6.1.0",
    "ollama": "^0.6.3",
    "openai": "^6.45.0",
    "react": "^19.2.5",
    "slugify": "^1.6.9",
    "turndown": "^7.2.4",
    "zod": "^4.3.6"
  }
}
