15 lines
251 B
JSON
15 lines
251 B
JSON
{
|
|
"name": "whatsapp-wweb",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.18.4",
|
|
"qrcode": "^1.5.1",
|
|
"whatsapp-web.js": "^1.21.0"
|
|
}
|
|
}
|