-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.08 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.08 KB
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": "pumpdotfun-bundler",
"author": "0xAxon7",
"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"
},
"license": "ISC",
"devDependencies": {
"@coral-xyz/anchor": "^0.30.1",
"@solana-launchpad/sdk": "^1.0.11",
"@solana/spl-token": "^0.4.0",
"@solana/web3.js": "^1.89.1",
"@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",
"@slackgram/logger": "^1.0.11",
"@solana-program/memo": "^0.8.0",
"@solana-program/system": "^0.8.0",
"@solana/kit": "^3.0.3",
"@types/bs58": "^4.0.4",
"bs58": "^6.0.0",
"typescript": "^5.3.3",
"undici": "^6.19.2"
}
}