-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 969 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 969 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
{
"name": "pumpdotfun-bundler",
"author": "https://t.me/frogansol",
"scripts": {
"start": "ts-node index.ts",
"single": "ts-node oneWalletBundle.ts",
"close": "ts-node closeLut.ts",
"gather": "ts-node gather.ts",
"status": "ts-node status.ts",
"test": "ts-node test.ts"
},
"license": "ISC",
"devDependencies": {
"@coral-xyz/anchor": "^0.30.1",
"@solana/spl-token": "^0.4.0",
"@solana/web3.js": "^1.98.4",
"@types/bn.js": "^5.1.5",
"@types/node": "^20.14.1",
"axios": "^1.6.8",
"dotenv": "^16.4.5",
"js-sha256": "^0.11.0",
"pino": "^8.18.0",
"pino-pretty": "^10.3.1",
"pino-std-serializers": "^6.2.2",
"rimraf": "^3.0.2",
"rollup": "^4.18.0",
"ts-node": "^10.9.2"
},
"dependencies": {
"@fleekxyz/sdk": "^1.4.2",
"@raydium-io/raydium-sdk": "^1.3.1-beta.58",
"@types/bs58": "^4.0.4",
"bs58": "^6.0.0",
"typescript": "^5.3.3",
"undici": "^6.19.2"
}
}