mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-17 19:26:23 +00:00
23 lines
443 B
JSON
23 lines
443 B
JSON
{
|
|
"name": "cli",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"cross-spawn": "^7.0.3",
|
|
"detect-package-manager": "^2.0.1",
|
|
"kleur": "^4.1.5",
|
|
"prompts": "^2.4.2",
|
|
"rimraf": "^3.0.2"
|
|
},
|
|
"dependencies": {
|
|
"whatsapp-web.js": "^1.18.0"
|
|
}
|
|
}
|