forked from fciaf420/MeteorShower
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 894 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 894 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
{
"name": "oss",
"version": "1.0.0",
"description": "MM strategy using Meteora DLMM",
"main": "main.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test:ultra-swap": "node scripts/test-ultra-swap.js",
"test:regular-swap": "node scripts/test-regular-swap.js",
"test:swap-comparison": "node scripts/swap-tester.js",
"test:jito-bundle": "node scripts/test-jito-bundle.js",
"test:tip-calculation": "node scripts/test-tip-calculation.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"dependencies": {
"@meteora-ag/dlmm": "^1.6.1",
"@solana/spl-token": "^0.4.13",
"@solana/web3.js": "^1.98.2",
"bn.js": "^5.2.2",
"bs58": "^5.0.0",
"dotenv": "^17.2.1",
"jito-js-rpc": "^0.2.2",
"node-fetch": "^3.3.2",
"puppeteer": "^24.9.0",
"yargs": "^18.0.0"
}
}