feat: initial commit (not really working atm)

This commit is contained in:
2026-03-07 23:20:17 +01:00
commit ac1e088362
10 changed files with 659 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "wacals",
"module": "index.ts",
"type": "module",
"private": true,
"devDependencies": {
"@types/bun": "latest",
"@types/qrcode-terminal": "^0.12.2"
},
"peerDependencies": {
"typescript": "^5"
},
"dependencies": {
"qrcode-terminal": "^0.12.0",
"whatsapp-web.js": "^1.34.6"
}
}