mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-18 03:29:15 +00:00
17 lines
352 B
JSON
17 lines
352 B
JSON
{
|
|
"name": "bot-whatsapp-base",
|
|
"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.18.3"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|