mirror of
https://git.hmsn.ink/coin/bot.git
synced 2026-03-19 15:55:01 +09:00
22 lines
396 B
JSON
22 lines
396 B
JSON
{
|
|
"name": "bot",
|
|
"version": "1.0.0",
|
|
"description": "Auto Trade Bot",
|
|
"main": "index.mjs",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "yarn "
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@types/node": "^24.3.0",
|
|
"axios": "^1.11.0",
|
|
"ccxt": "^4.5.2",
|
|
"fs-extra": "^11.3.1",
|
|
"openai": "^5.16.0",
|
|
"regression": "^2.0.1",
|
|
"ws": "^8.18.3"
|
|
}
|
|
}
|