Files

19 lines
513 B
JSON
Raw Permalink Normal View History

2026-01-19 12:50:20 +08:00
{
"name": "polyhermes-scripts",
"version": "1.0.0",
"description": "Utility scripts for Polyhermes",
"type": "module",
"scripts": {
"unwrap-wcol": "node unwrap-wcol.js",
2026-01-31 07:27:36 +08:00
"get-order-detail": "node get-order-detail.js",
"verify-backtest-data": "node verify-backtest-data.js",
"ws-binance-klines": "node ws_binance_btc_usdc_klines.js"
2026-01-19 12:50:20 +08:00
},
"dependencies": {
"@ethersproject/wallet": "^5.7.0",
"ethers": "^5.7.1",
"@polymarket/clob-client": "^5.2.1",
"ws": "^8.18.0"
2026-01-19 12:50:20 +08:00
}
}