{
  "name": "@clawnch/clawtomaton",
  "version": "0.9.2",
  "description": "Autonomous AI agent framework for Base — 15 skills for trading, liquidity, token launches, fee claiming, market making, risk management, and self-sustaining operation",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "clawtomaton": "dist/cli.js"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "README.md",
    "constitution.md"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "clean": "rm -rf dist",
    "start": "node dist/cli.js --run",
    "test": "vitest run",
    "test:watch": "vitest",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "clawtomaton",
    "clawncher",
    "autonomous",
    "agent",
    "crypto",
    "base",
    "ai"
  ],
  "author": "Clawncher",
  "license": "MIT",
  "homepage": "https://clawn.ch/er",
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "@clawnch/clawncher-sdk": "^0.3.3",
    "@xmtp/agent-sdk": "^2.2.0",
    "better-sqlite3": "^11.0.0",
    "viem": "^2.0.0"
  },
  "optionalDependencies": {
    "@clawnch/clawnx": "^1.0.0",
    "@clawnch/sdk": "^2.0.0",
    "conway-terminal": "^0.1.0"
  },
  "devDependencies": {
    "@types/better-sqlite3": "^7.6.0",
    "@types/node": "^22.10.0",
    "typescript": "^5.7.2",
    "vitest": "^3.0.0"
  }
}
