-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 870 Bytes
/
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
{
"name": "jup-bot",
"version": "0.1.0",
"description": "JupBot",
"author": {
"name": "Yuan"
},
"scripts": {
"trade": "ts-node src/jupbot.ts",
"tsc": "tsc --noEmit"
},
"devDependencies": {
"@types/promise-retry": "^1.1.6",
"eslint": "^8.21.0",
"prettier": "^3.2.5",
"ts-node": "^10.9.2",
"typescript": "^4.7.4"
},
"dependencies": {
"@jup-ag/api": "^6.0.19",
"@project-serum/anchor": "^0.26.0",
"@solana/spl-token": "^0.4.3",
"@solana/web3.js": "^1.91.4",
"@trpc/server": "^10.45.2",
"axios": "^1.6.7",
"bs58": "^5.0.0",
"chalk": "^5.3.0",
"colors": "^1.4.0",
"cross-fetch": "^4.0.0",
"crypto": "^1.0.1",
"dotenv": "^16.4.1",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
"express": "^4.18.2",
"ora": "^8.0.1",
"prompt-sync": "^4.2.0",
"readline": "^1.3.0",
"tsup": "^7.1.0"
}
}