Add bridge-whatsapp

This commit is contained in:
Darren Clarke 2024-05-07 14:16:01 +02:00
parent 0d09ad1b7e
commit 0499287555
21 changed files with 3485 additions and 47 deletions

View file

@ -0,0 +1,33 @@
{
"name": "bridge-whatsapp",
"version": "0.3.0",
"type": "module",
"main": "build/main/main.js",
"author": "Darren Clarke <darren@redaranj.com>",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@adiwajshing/keyed-db": "0.2.4",
"@hapi/hapi": "^21.3.9",
"@hapi/boom": "^10.0.1",
"@hapipal/schmervice": "^3.0.0",
"@hapipal/toys": "^4.0.0",
"@types/hapi-auth-bearer-token": "^6.1.8",
"@whiskeysockets/baileys": "^6.7.2",
"bridge-common": "*",
"hapi-auth-bearer-token": "^8.0.0",
"hapi-pino": "^12.1.0",
"kysely": "^0.27.3"
},
"devDependencies": {
"@types/node": "*",
"eslint-config": "*",
"jest-config": "*",
"ts-config": "*",
"tsx": "^4.9.3",
"typescript": "^5.4.5"
},
"scripts": {
"build": "tsc -p tsconfig.json",
"dev": "tsx src/index.ts"
}
}