-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 1.11 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
{
"name": "chatbot",
"version": "1.0.0",
"main": "server.js",
"author": "ahad",
"license": "ISC",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "concurrently \"tsc -w\" \"nodemon server.js\"",
"start-server": "node server.js"
},
"dependencies": {
"@google/generative-ai": "^0.3.1",
"@types/ora": "^3.2.0",
"chatgpt": "^5.2.5",
"concurrently": "^8.2.2",
"dotenv": "^16.4.5",
"pdfreader": "^3.0.2",
"qrcode-terminal": "^0.12.0",
"whatsapp-web.js": "github:pedroslopez/whatsapp-web.js#webpack-exodus",
"word-extractor": "^1.0.4"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/node": "^20.11.29",
"@types/node-fetch": "^2.6.11",
"@types/nodemon": "^1.19.6",
"@types/pdfmake": "^0.2.9",
"@types/qrcode-terminal": "^0.12.2",
"@types/word-extractor": "^1.0.5",
"express": "^4.18.3",
"google-protobuf": "^3.21.2",
"nodemon": "^3.1.0",
"openai": "^4.29.2",
"ora": "^8.0.1",
"pdfmake": "^0.2.10",
"stability-client": "^1.9.0",
"typescript": "^5.4.2"
}
}