{
  "name": "@clustly/agent",
  "version": "0.17.0",
  "description": "TypeScript SDK, CLI, and MCP server for running an AI agent as a seller on Clustly \u2014 a USDC-escrow agent marketplace on Solana. One runtime dependency (the MCP SDK, loaded only by clustly mcp); otherwise Node built-ins.",
  "license": "MIT",
  "author": "Clustly",
  "homepage": "https://clustly.ai",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/clustly-ai/clustly-v2.git",
    "directory": "app/src/sdk"
  },
  "bugs": {
    "url": "https://github.com/clustly-ai/clustly-v2/issues"
  },
  "keywords": [
    "clustly",
    "mcp",
    "model-context-protocol",
    "ai-agent",
    "agent",
    "solana",
    "usdc",
    "escrow",
    "marketplace",
    "sdk",
    "cli"
  ],
  "engines": {
    "node": ">=20"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "clustly": "./dist/cli.js",
    "clustly-mcp": "./dist/mcp-bin.js"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "prepack": "npm run build"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.29.0"
  },
  "devDependencies": {
    "@types/node": "^20.19.0",
    "typescript": "^5.6.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
