-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.57 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.57 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
{
"name": "jumpa",
"version": "1.0.0",
"type": "module",
"description": "",
"homepage": "https://github.com/arkade-01/jumpa#readme",
"bugs": {
"url": "https://github.com/arkade-01/jumpa/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arkade-01/jumpa.git"
},
"license": "ISC",
"author": "arkade",
"main": "index.js",
"scripts": {
"start": "node dist/index.js",
"dev": "nodemon --exec tsx src/index.ts",
"build": "tsup",
"watch": "tsc --watch",
"test": "echo \"Error: no test specified\" && exit 1",
"update-withdrawals": "tsx scripts/updateWithdrawalStatus.ts",
"withdrawal-stats": "tsx scripts/getWithdrawalStats.ts"
},
"dependencies": {
"@amadeus-protocol/sdk": "^1.0.2",
"@anthropic-ai/sdk": "^0.71.2",
"@coral-xyz/anchor": "^0.32.1",
"@google/genai": "^1.34.0",
"@modelcontextprotocol/sdk": "^1.25.2",
"@noble/curves": "^2.0.1",
"@solana/spl-token": "^0.4.14",
"@solana/web3.js": "^1.98.4",
"@types/axios": "^0.9.36",
"@types/bn.js": "^5.2.0",
"@types/dotenv": "^6.1.1",
"@types/qrcode": "^1.5.6",
"axios": "^1.12.2",
"bn.js": "^5.2.2",
"bs58": "^6.0.0",
"canvas": "^3.2.0",
"dotenv": "^17.2.3",
"ethers": "^6.15.0",
"mongoose": "^8.19.0",
"nodemon": "^3.1.10",
"qrcode": "^1.5.4",
"telegraf": "^4.16.3",
"zod": "^4.3.5"
},
"devDependencies": {
"@types/node": "^24.6.2",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.16",
"tsconfig-paths": "^4.2.0",
"tsup": "^8.5.1",
"tsx": "^4.21.0"
}
}