Files

18 lines
397 B
JSON
Raw Permalink Normal View History

2026-01-29 22:13:37 +02:00
{
"name": "polyassistent",
"version": "0.1.0",
"type": "module",
"private": true,
"scripts": {
"start": "node --env-file=env src/index.js",
"watch:telegram": "node --env-file=env scripts/telegram-watcher.js"
2026-01-29 22:13:37 +02:00
},
"dependencies": {
"ethers": "^6.11.1",
2026-01-30 00:22:45 +02:00
"https-proxy-agent": "^7.0.6",
"socks-proxy-agent": "^8.0.5",
"undici": "^6.21.3",
2026-01-29 22:13:37 +02:00
"ws": "^8.18.0"
}
}