1Branch0Tags
GL
glucryptoAdopt opentool 0.19.8
1f37f4912 days ago17Commits
json
{ "name": "twap-bot", "version": "0.1.0", "description": "TWAP bot template (Hyperliquid).", "private": true, "type": "module", "scripts": { "dev": "opentool dev", "build": "opentool build", "validate": "opentool validate" }, "dependencies": { "opentool": "0.19.8", "zod": "^4.1.11" }, "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.0.0" }, "overrides": { "esbuild": "0.25.9" } }