OpenPond
1Branch0Tags
GL
glucryptochore: bump opentool to v0.8.28 and add template p...
b9421303 days ago2Commits
json
{ "name": "dca-agent", "version": "0.1.0", "description": "DCA-only agent template (Hyperliquid).", "private": true, "type": "module", "scripts": { "dev": "opentool dev", "build": "opentool build", "validate": "opentool validate" }, "dependencies": { "opentool": "0.8.28", "zod": "^4.1.11" }, "devDependencies": { "typescript": "^5.0.0", "@types/node": "^20.0.0" }, "overrides": { "esbuild": "0.25.9" } }