-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 922 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
{
"name": "app",
"version": "1.0.50",
"scripts": {
"gen": "kysely-codegen --out-file ./src/db/db.types.ts --exclude-pattern='_mig.*'",
"dev": "tsx watch src/index.ts",
"test": "jest",
"start": "tsx index.ts"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.24.3",
"@google/generative-ai": "^0.15.0",
"axios": "^1.7.2",
"cohere-ai": "^7.10.6",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"exa-js": "^1.1.0",
"express": "^4.19.2",
"morgan": "^1.10.0",
"openai": "^4.52.3",
"tsx": "^4.16.5",
"turndown": "^7.2.0",
"typechat": "^0.1.0",
"weaviate-client": "^3.0.8"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/morgan": "^1.9.9",
"@types/node": "^20.14.11",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"typescript": "^5.6.2"
},
"type": "module"
}