-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.33 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.33 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
{
"name": "sofia",
"version": "1.0.0",
"description": "",
"main": "main.ts",
"scripts": {
"run": "pnpm tsc && node ./dist/main.js"
},
"keywords": [],
"author": "AzlanCoding",
"license": "MIT",
"packageManager": "pnpm@10.20.0",
"dependencies": {
"@akashrajpurohit/snowflake-id": "^2.0.0",
"@cacheable/node-cache": "^2.0.2",
"@hapi/boom": "^10.0.1",
"@langchain/core": "^1.2.1",
"@langchain/ollama": "^1.3.0",
"@langchain/openai": "^1.5.3",
"@zilliz/milvus2-sdk-node": "^2.6.17",
"axios": "^1.18.1",
"baileys": "7.0.0-rc13",
"baileys-bottle-devstroupe": "^2.3.66",
"croner": "^10.0.1",
"dotenv": "^17.4.2",
"express": "^5.2.1",
"googleapis": "^171.4.0",
"langchain": "^1.5.2",
"moment-timezone": "^0.6.2",
"openai": "^6.45.0",
"pg": "^8.22.0",
"pino": "^10.3.1",
"pino-pretty": "^13.1.3",
"qrcode-terminal": "^0.12.0",
"sequelize": "6.37.8",
"typescript": "^5.9.3",
"uuid": "^13.0.2",
"zod": "^4.4.3"
},
"devDependencies": {
"@types/express": "^5.0.6",
"@types/node-schedule": "^2.1.8",
"@types/qrcode-terminal": "^0.12.2"
},
"pnpm": {
"overrides": {
"protobufjs": "^7.5.5",
"typeorm": "^0.3.28",
"minimatch": "^3.1.5",
"music-metadata": "^11.12.3",
"xml2js": "^0.6.2"
}
}
}