-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.34 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.34 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
{
"name": "pumpagent-api",
"version": "1.0.0",
"type": "module",
"main": "src/index.ts",
"scripts": {
"dev": "tsx watch src/index.ts",
"start": "tsx src/index.ts",
"build": "tsc",
"pm2": "pm2 start ecosystem.config.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "PumpFun agent API - token discovery and swap building",
"dependencies": {
"@coral-xyz/anchor": "^0.32.1",
"@fastify/cors": "^11.2.0",
"@fastify/static": "^9.0.0",
"@pump-fun/pump-sdk": "^1.32.0",
"@pump-fun/pump-swap-sdk": "^1.14.1",
"@solana-tracker/data-api": "^0.2.3",
"@solana/spl-token": "^0.4.14",
"@solana/web3.js": "^1.98.4",
"@types/bn.js": "^5.2.0",
"axios": "^1.13.6",
"better-sqlite3": "^12.8.0",
"bn.js": "^5.2.3",
"bs58": "^6.0.0",
"canvas": "^3.2.3",
"dotenv": "^17.3.1",
"fastify": "^5.8.4",
"node-cron": "^4.2.1",
"node-telegram-bot-api": "^0.67.0",
"pino": "^10.3.1",
"pino-pretty": "^13.1.3",
"retail-design-system": "^1.0.0",
"twitter-api-v2": "^1.29.0",
"ws": "^8.20.0"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.13",
"@types/node": "^25.5.0",
"@types/node-cron": "^3.0.11",
"@types/node-telegram-bot-api": "^0.64.14",
"@types/ws": "^8.18.1",
"tsx": "^4.21.0",
"typescript": "^6.0.2"
}
}