mirror of
https://github.com/cheveguerra/botLeiferAurik-Mod_2.0.git
synced 2026-04-17 19:36:17 +00:00
43 lines
981 B
JSON
43 lines
981 B
JSON
{
|
|
"name": "chv-wweb-bot",
|
|
"version": "1.0.1",
|
|
"description": "",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"start": "node ./app.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@google-cloud/dialogflow": "^5.2.0",
|
|
"axios": "^0.27.2",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^16.0.1",
|
|
"exceljs": "^4.3.0",
|
|
"express": "^4.18.1",
|
|
"file-type": "^17.1.6",
|
|
"google-spreadsheet": "^3.3.0",
|
|
"googleapis": "^109.0.1",
|
|
"mime-db": "^1.52.0",
|
|
"moment": "^2.29.4",
|
|
"mysql": "^2.18.1",
|
|
"pb-util": "^1.0.3",
|
|
"qr-image": "^3.2.0",
|
|
"qrcode-terminal": "^0.12.0",
|
|
"socket.io": "^4.5.1",
|
|
"stormdb": "^0.6.0",
|
|
"util-tiempo": "^1.0.41",
|
|
"whatsapp-web.js": "github:cheveguerra/whatsapp-web.js#WaWJS2",
|
|
"xlsx": "^0.18.5"
|
|
},
|
|
"devDependencies": {
|
|
"pm2": "^5.2.0",
|
|
"prettier": "2.7.1"
|
|
},
|
|
"engines": {
|
|
"node": "16.x"
|
|
}
|
|
}
|