mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-18 11:39:15 +00:00
23 lines
582 B
JSON
23 lines
582 B
JSON
{
|
|
"name": "bot-whatsapp-base-twilio-json",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"pre-copy": "cd .. && yarn run copy.lib base-twilio-json",
|
|
"start": "node app.js"
|
|
},
|
|
"keywords": [],
|
|
"dependencies": {
|
|
"body-parser": "^1.20.1",
|
|
"polka": "^0.5.2",
|
|
"twilio": "3.84.0",
|
|
"@bot-whatsapp/bot": "latest",
|
|
"@bot-whatsapp/cli": "latest",
|
|
"@bot-whatsapp/database": "latest",
|
|
"@bot-whatsapp/provider": "latest"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|