mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-17 19:26:23 +00:00
22 lines
555 B
JSON
22 lines
555 B
JSON
{
|
|
"name": "base-wweb-json",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"pre-copy": "cd .. && yarn run copy.lib base-wweb-json",
|
|
"start": "node app.js"
|
|
},
|
|
"keywords": [],
|
|
"dependencies": {
|
|
"@bot-whatsapp/bot": "latest",
|
|
"@bot-whatsapp/cli": "latest",
|
|
"@bot-whatsapp/database": "latest",
|
|
"@bot-whatsapp/provider": "latest",
|
|
"@bot-whatsapp/portal": "latest",
|
|
"whatsapp-web.js": "1.18.4"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|