-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 838 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
{
"name": "wabot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./whatsapp/waUP3.js && node ./mqtt/broker.js && node ./service/main.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@prisma/client": "^4.4.0",
"aedes": "^0.48.1",
"aedes-server-factory": "^0.2.1",
"cheerio": "^1.0.0-rc.12",
"fs": "^0.0.1-security",
"fs-extra": "^11.1.0",
"got": "^12.5.3",
"mqtt": "^4.3.7",
"prisma": "^4.7.1",
"puppeteer": "^19.4.1",
"puppeteer-extra": "^3.3.4",
"puppeteer-extra-plugin-stealth": "^2.11.1",
"qrcode-terminal": "^0.12.0",
"whatsapp-web.js": "^1.18.4",
"wwebjs-mongo": "^1.1.0",
"mongoose": "^6.8.2"
}
}