first commit

This commit is contained in:
AyrisAI
2026-05-14 22:17:26 +03:00
commit 2248a4c546
6 changed files with 117 additions and 0 deletions

19
package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "ayristech-whatsapp",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node whatsapp-worker.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"dotenv": "^16.4.5",
"express": "^5.2.1",
"qrcode-terminal": "^0.12.0",
"whatsapp-web.js": "^1.34.7"
}
}