openpondai/agents/polymarket-market-watcher

OpenTool app

1Branch0Tags
OP
OpenPond Syncsync: merge local template master into production
json
{ "name": "polymarket-market-watcher", "version": "0.1.0", "description": "Exact Polymarket market watcher with Hyperliquid execution and decision backtests.", "private": true, "type": "module", "scripts": { "dev": "opentool dev", "build": "opentool build", "validate": "opentool validate" }, "dependencies": { "opentool": "0.19.5", "zod": "4.3.6" }, "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.0.0" }, "overrides": { "esbuild": "0.25.9" } }