33 lines
846 B
JSON
33 lines
846 B
JSON
{
|
|
"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.26.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "*",
|
|
"eslint-config": "*",
|
|
"jest-config": "*",
|
|
"ts-config": "*",
|
|
"tsx": "^4.10.2",
|
|
"typescript": "^5.4.5"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.json",
|
|
"dev": "tsx src/index.ts"
|
|
}
|
|
}
|