2026-01-19 12:50:20 +08:00
|
|
|
{
|
|
|
|
|
"name": "polyhermes-scripts",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "Utility scripts for Polyhermes",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
2026-02-16 01:49:45 +08:00
|
|
|
"unwrap-wcol": "node unwrap-wcol.js",
|
2026-01-31 07:27:36 +08:00
|
|
|
"get-order-detail": "node get-order-detail.js",
|
2026-02-14 15:16:44 +08:00
|
|
|
"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",
|
2026-02-16 01:49:45 +08:00
|
|
|
"ethers": "^5.7.1",
|
2026-02-14 15:16:44 +08:00
|
|
|
"@polymarket/clob-client": "^5.2.1",
|
|
|
|
|
"ws": "^8.18.0"
|
2026-01-19 12:50:20 +08:00
|
|
|
}
|
|
|
|
|
}
|