-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.25 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.25 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
61
62
63
64
65
66
67
68
69
70
{
"main": "dist/main.js",
"scripts": {
"start": "bun run dist/main.js",
"dev": "bun --watch src/main.ts",
"build": "tsc -p tsconfig.build.json && cp -r src/prompts/templates dist/prompts/ && cp -r src/transport/voice/assets dist/transport/voice/",
"typecheck": "tsc --noEmit",
"lint": "biome check .",
"lint:fix": "biome check --fix .",
"format": "biome format --write .",
"test": "bun test",
"test:watch": "bun test --watch",
"test:coverage": "bun test --coverage",
"prepare": "husky"
},
"dependencies": {
"@ai-sdk/anthropic": "^3.0.37",
"@ai-sdk/openai": "^3.0.26",
"@bull-board/api": "^6.16.4",
"@bull-board/express": "^6.16.4",
"@bull-board/nestjs": "^6.16.4",
"@elevenlabs/elevenlabs-js": "^2.35.0",
"@keyv/redis": "^5.1.6",
"@nestjs/axios": "^4.0.1",
"@nestjs/bullmq": "^11.0.4",
"@nestjs/cache-manager": "^3.1.0",
"@nestjs/common": "^10.3.0",
"@nestjs/config": "^3.1.1",
"@nestjs/core": "^10.3.0",
"@nestjs/event-emitter": "^3.0.1",
"@nestjs/platform-express": "^10.3.0",
"@nestjs/platform-ws": "^11.1.13",
"@nestjs/schedule": "^6.1.1",
"@nestjs/terminus": "^11.0.0",
"@nestjs/websockets": "^11.1.13",
"@qdrant/js-client-rest": "^1.16.2",
"ai": "^6.0.73",
"axios": "^1.13.4",
"bullmq": "^5.67.3",
"cache-manager": "^7.2.8",
"cache-manager-ioredis-yet": "^2.1.2",
"date-fns": "^4.1.0",
"gray-matter": "^4.0.3",
"handlebars": "^4.7.8",
"http-status-codes": "^2.3.0",
"ioredis": "^5.9.2",
"murlock": "^4.4.0",
"nestjs-cls": "^6.2.0",
"nestjs-pino": "^4.5.0",
"nestjs-telegraf": "^2.7.0",
"pino": "^10.3.0",
"pino-http": "^11.0.0",
"pino-pretty": "^13.1.3",
"reflect-metadata": "^0.2.1",
"telegraf": "^4.15.0",
"twilio": "^5.12.1",
"zod": "^4.3.6"
},
"devDependencies": {
"@biomejs/biome": "^2.3.14",
"@types/bun": "^1.2.4",
"@types/ioredis": "^5.0.0",
"@types/node": "^25.2.2",
"@types/ws": "^8.18.1",
"husky": "^9.1.7",
"lint-staged": "^16.2.7",
"typescript": "^5.3.3"
},
"packageManager": "pnpm@10.28.1+sha512.7d7dbbca9e99447b7c3bf7a73286afaaf6be99251eb9498baefa7d406892f67b879adb3a1d7e687fc4ccc1a388c7175fbaae567a26ab44d1067b54fcb0d6a316"
}