{
  "name": "spendos",
  "version": "0.1.0",
  "description": "The first autonomous AI agent that governs its own spending. Earns USDC, self-funds inference, proposes investments — all on-chain.",
  "type": "module",
  "bin": {
    "spendos": "./bin/spendos.js"
  },
  "keywords": ["ai-agent", "autonomous", "usdc", "x402", "ows", "base", "defi", "governance", "acp", "venice"],
  "author": "Roman Mondello <romy@consensus.sh>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/consensus-hq/spendos"
  },
  "homepage": "https://spendos.xyz",
  "scripts": {
    "dev": "tsx watch src/server.ts",
    "start": "tsx src/server.ts",
    "deploy-contract": "tsx scripts/deploy.ts",
    "mcp": "tsx src/mcp-server.ts"
  },
  "dependencies": {
    "@coinbase/x402": "^2.1.0",
    "@modelcontextprotocol/sdk": "^1.29.0",
    "@open-wallet-standard/core": "^1.2.0",
    "@x402/axios": "^2.9.0",
    "@x402/core": "^2.9.0",
    "@x402/evm": "^2.9.0",
    "@x402/express": "^2.9.0",
    "@x402/fetch": "^2.9.0",
    "@xmtp/node-sdk": "^6.0.0",
    "cors": "^2.8.5",
    "express": "^4.21.0",
    "mppx": "^0.5.5",
    "viem": "^2.46.2",
    "x402": "^1.1.0"
  },
  "devDependencies": {
    "@types/cors": "^2.8.17",
    "@types/express": "^5.0.0",
    "@types/node": "^22.0.0",
    "tsx": "^4.19.0",
    "typescript": "^5.7.0"
  },
  "optionalDependencies": {
    "@xmtp/node-bindings-darwin-arm64": "npm:null@*"
  }
}
