{
  "name": "@sherwoodagent/cli",
  "version": "0.72.0",
  "description": "CLI for agent-managed investment funds \u2014 onchain DeFi funds with XMTP chat",
  "type": "module",
  "bin": {
    "sherwood": "./dist/index.js"
  },
  "files": [
    "dist",
    "scripts/pin-xmtp-bindings.cjs"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/sherwoodagent/sherwood.git",
    "directory": "cli"
  },
  "license": "MIT",
  "scripts": {
    "prepublishOnly": "npm run build",
    "build": "tsup",
    "dev": "tsx src/index.ts",
    "lint": "eslint src/",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "test:unit": "vitest run --config vitest.config.unit.ts",
    "test:integration": "vitest run --config vitest.config.integration.ts",
    "test:watch": "vitest",
    "postinstall": "node scripts/pin-xmtp-bindings.cjs"
  },
  "dependencies": {
    "@anthropic-ai/sdk": "^0.90.0",
    "@inquirer/prompts": "^8.3.2",
    "@sherwoodagent/sdk": "file:../sdk",
    "@x402/evm": "^2.7.0",
    "@x402/fetch": "^2.7.0",
    "@xmtp/node-sdk": "^6.0.0",
    "agent0-sdk": "^1.7.0",
    "chalk": "^5.3.0",
    "commander": "^12.1.0",
    "dotenv": "^16.4.0",
    "ora": "^8.1.0",
    "viem": "^2.21.0",
    "ws": "^8.20.0",
    "yaml": "2.9.0"
  },
  "overrides": {
    "@xmtp/node-bindings": "1.10.0-dev.97e86c6"
  },
  "devDependencies": {
    "@scure/bip32": "^1.6.2",
    "@scure/bip39": "^1.5.4",
    "@types/node": "^22.0.0",
    "@types/ws": "^8.18.1",
    "tsup": "^8.3.0",
    "tsx": "^4.19.0",
    "typescript": "^5.7.0",
    "vitest": "^4.1.0"
  }
}
