-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 947 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 947 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "frenzy",
"module": "src/index.ts",
"type": "module",
"private": true,
"devDependencies": {
"@mikro-orm/cli": "^7.0.11",
"@types/bun": "latest",
"vitest": "^4.1.5"
},
"peerDependencies": {
"typescript": "^5"
},
"dependencies": {
"@binance/derivatives-trading-coin-futures": "^13.0.7",
"@binance/derivatives-trading-usds-futures": "^28.0.0",
"@huggingface/transformers": "^4.2.0",
"@mikro-orm/core": "^7.0.11",
"@mikro-orm/mongodb": "^7.0.11",
"@mikro-orm/postgresql": "^7.0.11",
"@mikro-orm/sqlite": "^7.0.11",
"@openrouter/sdk": "^0.12.14",
"axios": "^1.15.0",
"colors": "^1.4.0",
"debug": "^4.4.3",
"discord.js": "^14.26.3",
"discord.js-selfbot-v13": "^3.7.1",
"dotenv": "^17.4.2",
"fastify": "^5.8.5",
"form-data": "^4.0.5",
"groq-sdk": "^1.1.2",
"install": "^0.13.0",
"pg": "^8.20.0",
"trading-signals": "^7.4.3"
}
}