forked from whistledev411/pumpfun-copy-trading-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 852 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
{
"name": "pumpfun-copy-trading-bot",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "ts-node index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@coral-xyz/anchor": "^0.30.1",
"@raydium-io/raydium-sdk": "^1.3.1-beta.58",
"@solana/spl-token": "^0.4.9",
"@solana/web3.js": "^1.95.5",
"@triton-one/yellowstone-grpc": "^1.0.0",
"@types/node": "^22.10.0",
"axios": "^1.7.8",
"bn.js": "^5.2.1",
"bs58": "^6.0.0",
"dotenv": "^16.4.5",
"inquirer": "^12.1.0",
"jsonwebtoken": "^9.0.2",
"tpu-client": "^1.0.6",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
},
"devDependencies": {
"@types/bn.js": "^5.1.6",
"@types/jsonwebtoken": "^9.0.7"
}
}