Files
PolymarketBTC15mAssistant/package.json
T
2026-01-30 00:22:45 +02:00

17 lines
309 B
JSON

{
"name": "polyassistent",
"version": "0.1.0",
"type": "module",
"private": true,
"scripts": {
"start": "node src/index.js"
},
"dependencies": {
"ethers": "^6.11.1",
"https-proxy-agent": "^7.0.6",
"socks-proxy-agent": "^8.0.5",
"undici": "^6.21.3",
"ws": "^8.18.0"
}
}