mirror of
https://github.com/discountry/ritmex-bot.git
synced 2026-09-09 08:18:07 +00:00
30 lines
600 B
JSON
30 lines
600 B
JSON
{
|
|
"name": "ritmex-bot",
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "bun run index.ts",
|
|
"start": "bun run index.ts",
|
|
"test": "bun x vitest run",
|
|
"test:watch": "bun x vitest"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "latest",
|
|
"vitest": "^3.2.4"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5"
|
|
},
|
|
"dependencies": {
|
|
"@grvt/client": "^1.6.4",
|
|
"axios": "^1.12.2",
|
|
"ccxt": "^4.5.5",
|
|
"dotenv": "^17.2.2",
|
|
"ethereum-cryptography": "^2.1.3",
|
|
"ink": "^6.3.1",
|
|
"react": "^19.1.1",
|
|
"ws": "^8.18.3"
|
|
}
|
|
}
|