-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1011 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 1011 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
40
41
{
"name": "Natural-AutoVolume-Raydium",
"version": "2.0.0",
"description": "solana-scripts.com",
"main": "index.js",
"scripts": {
"start": "ts-node main.ts"
},
"author": "solana-scripts.com",
"license": "ISC",
"dependencies": {
"@coral-xyz/anchor": "^0.30.1",
"@openbook-dex/openbook": "^0.0.9",
"@project-serum/anchor": "^0.26.0",
"@raydium-io/raydium-sdk-v2": "^0.1.139-alpha",
"@solana/spl-token": "^0.4.13",
"@solana/web3.js": "^1.98.0",
"axios": "^1.9.0",
"bignumber.js": "^9.3.0",
"bn.js": "^5.2.1",
"bs58": "^6.0.0",
"chalk": "^4.1.1",
"cli-table3": "^0.6.5",
"convict": "^6.2.4",
"decimal.js": "^10.5.0",
"dotenv": "^16.4.7",
"figlet": "^1.8.1",
"jito-ts": "^4.2.0",
"node-machine-id": "^1.1.12",
"prompt-sync": "^4.2.0",
"ts-node-dev": "^2.0.0",
"typescript": "^5.8.2"
},
"devDependencies": {
"@types/bn.js": "^5.1.6",
"@types/chalk": "^0.4.31",
"@types/convict": "^6.1.6",
"@types/figlet": "^1.7.0",
"@types/prompt-sync": "^4.2.3"
}
}