mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-18 03:29:15 +00:00
26 lines
542 B
JSON
26 lines
542 B
JSON
{
|
|
"name": "test-ws-bot",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"chalk": "^4.1.0",
|
|
"excel4node": "^1.7.2",
|
|
"exceljs": "^4.2.1",
|
|
"express": "^4.17.1",
|
|
"file-type": "^16.3.0",
|
|
"mime-db": "^1.46.0",
|
|
"moment": "^2.29.1",
|
|
"ora": "^5.4.0",
|
|
"qrcode-terminal": "^0.12.0",
|
|
"whatsapp-web.js": "^1.12.5",
|
|
"xlsx": "^0.16.9"
|
|
}
|
|
}
|