-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 850 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 850 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
38
39
{
"name": "jup-grid",
"version": "0.5.2",
"description": "JupGrid",
"type": "module",
"main": "src/jupgrid.js",
"author": {
"name": "SpuddyA7X",
"handle": "@SpuddyA7X"
},
"devDependencies": {
"standard": "^17.1.0"
},
"scripts": {
"fmt": "standard --fix",
"lint": "standard"
},
"dependencies": {
"@jup-ag/api": "^6.0.23",
"@jup-ag/core": "4.0.0-beta.21",
"@jup-ag/limit-order-sdk": "^0.1.10",
"@project-serum/anchor": "^0.26.0",
"@solana/spl-token": "^0.4.6",
"@solana/web3.js": "^1.92.3",
"axios": "^1.7.2",
"asciichart": "^1.5.25",
"bs58": "^5.0.0",
"chalk": "^5.3.0",
"cross-fetch": "^4.0.0",
"crypto": "^1.0.1",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"ora": "^8.0.1",
"prompt-sync": "^4.2.0",
"readline": "^1.3.0",
"winston": "^3.13.0",
"ws": "^8.17.0"
}
}