-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
109 lines (109 loc) · 2.91 KB
/
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
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "saiku",
"version": "0.0.21",
"description": "The AI agent",
"main": "dist/bin/cli.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"start": "node dist/bin/cli.js",
"test": "jest",
"test:watch": "jest --watch"
},
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@google-cloud/aiplatform": "^3.2.0",
"@google-cloud/local-auth": "^3.0.0",
"@google-cloud/vision": "^4.0.2",
"@huggingface/inference": "^2.6.4",
"@types/socket.io": "^3.0.2",
"axios": "^1.5.1",
"cheerio": "^1.0.0-rc.12",
"cli-table": "^0.3.11",
"commander": "^11.0.0",
"cors": "^2.8.5",
"docxtemplater": "^3.39.2",
"dotenv": "^16.3.1",
"esm-ts": "^0.0.9",
"express": "^4.18.2",
"fluent-ffmpeg": "^2.1.2",
"glob": "^9.3.5",
"google-auth-library": "^9.2.0",
"google-search-results-nodejs": "^2.1.0",
"googleapis": "^127.0.0",
"imap": "^0.8.19",
"js-yaml": "^4.1.0",
"kekule": "^1.0.0",
"mailparser": "^3.6.5",
"mammoth": "^1.6.0",
"marked": "^9.0.3",
"marked-terminal": "^6.0.0",
"mathjs": "^12.0.0",
"mic": "^2.1.2",
"module-alias": "^2.2.3",
"mysql2": "^3.6.3",
"node-fetch": "^2.7.0",
"node-record-lpcm16": "^1.0.1",
"nodemailer": "^6.9.5",
"nodemailer-mailgun-transport": "^2.1.5",
"openai": "^4.16.1",
"ora": "^7.0.1",
"pdf-parse": "^1.1.1",
"pizzip": "^3.1.4",
"play-sound": "^1.1.6",
"prompt-sync": "^4.2.0",
"prompts": "^2.4.2",
"puppeteer": "^21.1.0",
"pusher": "^5.1.3",
"pusher-js": "^8.3.0",
"qrcode-terminal": "^0.12.0",
"readline-sync": "^1.4.10",
"rehype-raw": "^7.0.0",
"request": "^2.88.2",
"sharp": "^0.32.6",
"socket.io": "^4.7.2",
"textract": "^2.5.0",
"tiktoken": "^1.0.10",
"tiktoken-node": "^0.0.6",
"ts-node": "^10.9.1",
"twilio": "^4.18.1",
"twitter": "^1.7.1",
"whatsapp-web.js": "github:pedroslopez/whatsapp-web.js",
"ytdl-core": "^4.11.5"
},
"devDependencies": {
"@types/cli-table": "^0.3.3",
"@types/express": "^4.17.20",
"@types/fluent-ffmpeg": "^2.1.22",
"@types/imap": "^0.8.38",
"@types/jest": "^29.5.4",
"@types/js-yaml": "^4.0.5",
"@types/mailparser": "^3.4.1",
"@types/marked-terminal": "^3.1.3",
"@types/nodemailer": "^6.4.11",
"@types/pdf-parse": "^1.1.2",
"@types/prompt-sync": "^4.2.1",
"@types/prompts": "^2.4.5",
"@types/puppeteer": "^7.0.4",
"@types/qrcode-terminal": "^0.12.0",
"@types/readline-sync": "^1.4.4",
"@types/textract": "^2.4.3",
"@types/twitter": "^1.7.3",
"jest": "^29.6.4",
"ts-jest": "^29.1.1",
"typescript": "^4.9.5"
},
"author": "Anis Marrouchi",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nooqta/saiku.git"
},
"bin": {
"saiku": "dist/bin/cli.js"
},
"_moduleAliases": {
"@": "dist"
}
}