File size: 1,372 Bytes
e359bb7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "name": "whatsapp-ai-bot",
  "version": "1.0.0",
  "description": "Un bot de WhatsApp con IA",
  "main": "app.js",
  "type": "module",
  "scripts": {
    "start": "node app.js"
  },
  "author": "Tu nombre",
  "license": "ISC",
  "dependencies": {
    "@aislamov/diffusers.js": "^0.9.3",
    "@huggingface/inference": "^2.8.0",
    "@open-wa/wa-automate": "^4.72.0",
    "@tensorflow/tfjs-node": "^4.20.0",
    "@waganawa/diffusers.js": "^0.0.8",
    "@xenova/transformers": "^2.4.0",
    "axios": "^1.7.3",
    "diffuser": "^2.0.1",
    "docx-parser": "^0.2.1",
    "dotenv": "^16.4.5",
    "express": "^4.18.2",
    "jimp": "^0.22.12",
    "langchain": "^0.2.16",
    "mammoth": "^1.8.0",
    "mime-types": "^2.1.35",
    "openai": "^4.55.4",
    "pdf2json": "^3.1.4",
    "pdfjs-dist": "^4.5.136",
    "qrcode-terminal": "^0.12.0",
    "random-strings": "^0.0.1",
    "random-words": "^2.0.1",
    "redis": "^4.6.6",
    "socket.io-client": "^4.7.5",
    "telegraf": "^4.16.3",
    "tqdm": "^2.0.3",
    "transformers": "^3.1.0",
    "whatsapp-web.js": "^1.18.2",
    "xlsx": "^0.18.5",
    "basic-auth": "^2.0.1",
    "faker": "^6.6.6",
    "http-proxy": "^1.18.0",
    "http-proxy-middleware": "^2.0.0",
    "lodash": "^4.17.21",
    "request": "^2.88.2",
    "unblocker": "^1.0.0",
    "ytdl-core": "^4.11.0"
  }
}