Files
bot-whatsapp/starters/apps/base-wweb-mongo/package.json

24 lines
620 B
JSON

{
"name": "base-wweb-mongo",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"pre-copy": "cd .. && yarn run copy.lib base-wweb-mongo",
"start": "node app.js"
},
"keywords": [],
"dependencies": {
"whatsapp-web.js": "1.19.4",
"@bot-whatsapp/bot": "latest",
"@bot-whatsapp/cli": "latest",
"@bot-whatsapp/database": "latest",
"@bot-whatsapp/provider": "latest",
"@bot-whatsapp/portal": "latest",
"mime-types": "^2.1.35",
"mongodb": "^4.12.1"
},
"author": "",
"license": "ISC"
}