-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
38 lines (38 loc) · 973 Bytes
/
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
{
"name": "trumpit",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "tsx watch src/index.ts",
"build": "tsc --outDir dist",
"start": "node dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@ai-sdk/deepseek": "^0.1.0",
"@ai-sdk/openai": "^1.1.0",
"@prisma/client": "^6.2.1",
"@privy-io/server-auth": "^1.18.1",
"@solana/spl-token": "^0.4.9",
"@solana/web3.js": "^1.98.0",
"@types/express": "^5.0.0",
"@types/node": "^22.10.7",
"ai": "^4.1.0",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"node-telegram-bot-api": "^0.66.0",
"redis": "^4.7.0",
"solana-agent-kit": "^1.4.2",
"telegramify-markdown": "^1.2.2",
"zod": "^3.24.1"
},
"devDependencies": {
"@types/node-telegram-bot-api": "^0.64.7",
"tsx": "^4.19.2",
"typescript": "^5.7.3"
}
}