-
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) · 847 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 847 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
{
"type": "module",
"devDependencies": {
"@types/express": "^5.0.3",
"@types/jest": "^29.2.5",
"@types/node": "^24.7.2",
"eslint": "^9.37.0",
"jest": "^29.3.1",
"prettier": "^3.6.2"
},
"scripts": {
"test": "jest"
},
"dependencies": {
"@openai/codex-sdk": "^0.47.0",
"@theinternetfolks/snowflake": "^1.3.0",
"axios": "^1.6.5",
"binance-api-node": "^0.12.9",
"bybit-api": "^4.1.5",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.13",
"ejs": "^3.1.10",
"express": "^5.1.0",
"log4js": "^6.9.1",
"lowdb": "^6.0.1",
"node-binance-api": "^1.0.16",
"node-snowflake": "^0.0.1",
"node-telegram-bot-api": "^0.66.0",
"piscina": "^4.9.2",
"poolifier": "^4.4.5",
"timers": "^0.1.1",
"tunnel": "^0.0.6",
"workerpool": "^9.2.0",
"ws": "^8.18.3"
}
}