{ "name": "bridge-whatsapp", "version": "0.3.0", "type": "module", "main": "build/main/main.js", "author": "Darren Clarke ", "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" } }