-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.02 KB
/
package.json
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
38
39
40
41
42
{
"name": "transaction-engine",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"start": "node dist/index.js",
"dev": "nodemon -e ts,js --exec \"tsx src/index.ts\"",
"build": "tsc"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@jup-ag/api": "^6.0.27",
"@jup-ag/instruction-parser": "^6.1.3",
"@solana/web3.js": "^1.95.3",
"@supabase/supabase-js": "^2.45.3",
"@types/amqplib": "^0.10.5",
"@types/express": "^4.17.21",
"@types/node": "^22.5.1",
"@types/promise-retry": "^1.1.6",
"@types/ws": "^8.5.12",
"amqplib": "^0.10.4",
"async-mutex": "^0.5.0",
"bn.js": "^5.2.1",
"bs58": "^6.0.0",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"promise-retry": "^2.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"winston": "^3.14.2",
"winston-loki": "^6.1.2",
"ws": "^8.18.0"
},
"devDependencies": {
"@types/bn.js": "^5.1.5",
"nodemon": "^3.1.4",
"tsx": "^4.19.0"
}
}