{ "name": "polymarket-btc-5min-15min-arbitrage-bot", "version": "1.0.0", "type": "commonjs", "description": "Polymarket BTC 5min / 15min arbitrage-oriented trading bot — TypeScript CLOB automation for short-horizon Up/Down markets (BTC, ETH, SOL, XRP)", "keywords": [ "polymarket", "polymarket-bot", "polymarket-trading", "polymarket-trading-bot", "polymarket-arbitrage", "polymarket-arbitrage-bot", "polymarket-clob", "clob-client", "orderbook", "prediction-market", "prediction-markets", "crypto-trading-bot", "algorithmic-trading", "market-making", "arbitrage", "stat-arbitrage", "mean-reversion", "momentum-trading", "btc", "bitcoin", "eth", "sol", "xrp", "polygon", "usdc", "5-minute", "15-minute", "typescript", "nodejs", "ethers" ], "main": "index.js", "engines": { "node": ">=20.6.0" }, "scripts": { "dev": "tsx src/index.ts", "build": "tsc", "start": "node dist/index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": { "@iarna/toml": "^2.2.5", "@polymarket/clob-client-v2": "^1.0.3", "@tensorflow/tfjs": "^4.22.0", "emojiprint-logger": "^5.6.0", "@types/ws": "^8.18.1", "ccxt": "^4.5.36", "dotenv": "^16.4.5", "ethers": "^6.16.0", "ws": "^8.19.0", "zod": "^4.3.5" }, "devDependencies": { "@types/dotenv": "^8.2.3", "@types/node": "^20.11.0", "ts-node": "^10.9.2", "tsx": "^4.7.0", "typescript": "^5.3.3" } }