-
Notifications
You must be signed in to change notification settings - Fork 138
/
package.json
53 lines (53 loc) · 1.55 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "pumpfun sniper bot",
"version": "1.0.0",
"description": "Pumpfun sniper that can snipe tokens by dev wallet or ticker...",
"main": "src/index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "ts-node src/index.ts"
},
"keywords": ["pumpfun", "pumpfun sniper", "trading bot", "pumpdotfun", "pumpdotfun bot"],
"author": "Whistle",
"license": "ISC",
"dependencies": {
"@coral-xyz/anchor": "^0.30.1",
"@cryptoscan/pumpfun-sdk": "^1.3.1",
"@metaplex-foundation/js": "^0.20.1",
"@metaplex-foundation/mpl-token-metadata": "^3.2.1",
"@metaplex-foundation/umi": "^0.9.1",
"@raydium-io/raydium-sdk": "^1.3.1-beta.47",
"@solana/spl-token": "^0.4.8",
"@solana/web3.js": "^1.95.2",
"axios": "^1.6.8",
"bigint-buffer": "^1.1.5",
"bn.js": "^5.2.1",
"bs58": "^6.0.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"dotnet": "^1.1.4",
"express": "^4.19.2",
"inquirer": "^12.0.1",
"jito-ts": "^3.0.1",
"json-web-token": "^3.2.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.5.3",
"nodemon": "^3.1.7",
"pino": "^8.18.0",
"pino-pretty": "^10.3.1",
"pino-std-serializers": "^6.2.2",
"socket.io": "^4.7.5",
"ws": "^8.18.0"
},
"devDependencies": {
"@types/bn.js": "^5.1.5",
"@types/cookie-parser": "^1.4.7",
"@types/express": "^4.17.21",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^22.3.0",
"prettier": "^3.2.4",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
}
}