-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.55 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.55 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "pump-launcher",
"version": "1.0.0",
"description": "launch token on pump.fun",
"main": "index.js",
"author": "micro",
"license": "MIT",
"scripts": {
"dev": "ts-node-dev --respawn --clear --transpile-only --ignore-watch node_modules ./src/app.ts",
"build": "tsc",
"start": "node dist/app.js"
},
"keywords": [
"solana",
"raydium",
"sniper",
"bot",
"grpc"
],
"engines": {
"node": ">=20.18.0",
"yarn": ">=1.22.19",
"npm": "please-use-yarn"
},
"devDependencies": {
"@eslint/js": "^9.18.0",
"@types/compression": "^1.7.5",
"@types/express": "^5.0.0",
"@types/node": "^22.10.7",
"@types/node-cron": "^3.0.11",
"eslint": "^9.18.0",
"globals": "^15.14.0",
"ts-node-dev": "^2.0.0",
"typescript": "^5.7.3",
"typescript-eslint": "^8.21.0"
},
"dependencies": {
"@coral-xyz/anchor": "^0.31.0",
"@jito-lab/provider": "^1.0.2",
"@metaplex-foundation/js": "^0.20.1",
"@metaplex-foundation/mpl-token-metadata": "^3.3.0",
"@metaplex-foundation/umi": "^1.0.0",
"@project-serum/serum": "^0.13.65",
"@raydium-io/raydium-sdk": "^1.3.1-beta.58",
"@solana/spl-token": "^0.4.13",
"@solana/spl-token-registry": "^0.2.4574",
"@solana/web3.js": "^1.98.0",
"bs58": "^6.0.0",
"compression": "^1.7.5",
"dotenv": "^16.4.7",
"env-var": "^7.5.0",
"express": "^4.21.2",
"express-rate-limit": "^7.5.0",
"fs": "^0.0.1-security",
"log4js": "^6.9.1",
"mongoose": "^8.13.0",
"node-cron": "^3.0.3",
"undici": "^7.9.0"
}
}