-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 923 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 923 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
37
{
"name": "crypto-arbitrage-bot",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start:bot": "tsx src/bot/index.ts"
},
"dependencies": {
"@bufbuild/protobuf": "^2.2.5",
"axios": "^1.6.7",
"decimal.js": "^10.4.3",
"dotenv": "^16.4.5",
"express": "^5.1.0",
"express-ws": "^5.0.2",
"handlebars": "^4.7.8",
"node-telegram-bot-api": "^0.65.1",
"ws": "^8.16.0",
"ioredis": "^5.3.2"
},
"devDependencies": {
"@bufbuild/buf": "^1.52.1",
"@bufbuild/protoc-gen-es": "^2.2.5",
"@eslint/js": "^9.9.1",
"@types/node-telegram-bot-api": "^0.64.3",
"@types/ws": "^8.5.10",
"@vitest/coverage-v8": "^1.3.1",
"autoprefixer": "^10.4.18",
"eslint": "^9.9.1",
"globals": "^15.9.0",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"tsx": "^4.7.1",
"typescript": "^5.5.3",
"typescript-eslint": "^8.3.0"
}
}