-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.3 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.3 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
42
43
44
45
46
{
"name": "foxhole",
"version": "1.0.0",
"description": "Solana memecoin sniping & auto-trading bot for freshly-launched pump.fun tokens on Raydium",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"start": "tsx src/index.ts",
"test": "node --import tsx --test \"src/**/*.test.ts\"",
"test:watch": "node --import tsx --test --watch \"src/**/*.test.ts\""
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@eslint/js": "^9.17.0",
"@types/bn.js": "^5.1.6",
"@types/node": "^22.10.3",
"eslint": "^9.17.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"prettier": "^3.4.2",
"ts-node": "^10.9.2",
"tsx": "^4.23.0",
"typescript": "^5.7.2",
"typescript-eslint": "^8.19.0"
},
"dependencies": {
"@codex-data/sdk": "^1.0.2",
"@metaplex-foundation/mpl-token-metadata": "^3.3.0",
"@metaplex-foundation/umi": "^0.9.2",
"@raydium-io/raydium-sdk": "1.3.1-beta.58",
"@solana/spl-token": "^0.4.9",
"@solana/web3.js": "^1.98.0",
"async-mutex": "^0.5.0",
"bip39": "^3.1.0",
"bn.js": "^5.2.1",
"bs58": "^6.0.0",
"date-fns": "^4.1.0",
"ed25519-hd-key": "^1.3.0",
"node-notifier": "^10.0.1",
"pino": "^9.6.0",
"pino-pretty": "^13.0.0",
"zod": "^3.24.1"
}
}