-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
35 lines (35 loc) · 841 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
{
"name": "bunshint-agent",
"module": "index.ts",
"type": "module",
"scripts": {
"start": "bun run --bun src/main.ts",
"dev": "bun run --bun --watch src/main.ts"
},
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.7.3"
},
"dependencies": {
"@google/generative-ai": "^0.21.0",
"@whiskeysockets/baileys": "^6.7.13",
"baileys-decorators": "https://github.com/binsarjr/baileys-decorators",
"cheerio": "^1.0.0",
"cron": "^4.0.0",
"libsignal": "^2.0.1",
"node-cache": "^5.1.2",
"pino-pretty": "^13.0.0",
"qrcode-terminal": "^0.12.0",
"reflect-metadata": "^0.2.2",
"sharp": "^0.33.5",
"wa-sticker-formatter": "^4.4.4"
},
"trustedDependencies": [
"baileys-decorators",
"esbuild",
"protobufjs",
"sharp"
]
}