2024-05-07 14:16:01 +02:00
|
|
|
{
|
2024-06-05 08:52:41 +02:00
|
|
|
"name": "@link-stack/bridge-whatsapp",
|
2025-12-04 12:50:53 +01:00
|
|
|
"version": "3.4.0-beta.2",
|
2025-12-02 16:55:07 +01:00
|
|
|
"type": "module",
|
2024-05-15 10:27:14 +02:00
|
|
|
"main": "build/main/index.js",
|
2024-05-07 14:16:01 +02:00
|
|
|
"author": "Darren Clarke <darren@redaranj.com>",
|
|
|
|
|
"license": "AGPL-3.0-or-later",
|
|
|
|
|
"dependencies": {
|
2025-11-21 14:55:28 +01:00
|
|
|
"@hapi/hapi": "^21.4.3",
|
2024-05-07 14:16:01 +02:00
|
|
|
"@hapipal/schmervice": "^3.0.0",
|
|
|
|
|
"@hapipal/toys": "^4.0.0",
|
2025-11-21 14:55:28 +01:00
|
|
|
"@link-stack/bridge-common": "workspace:*",
|
|
|
|
|
"@link-stack/logger": "workspace:*",
|
2025-12-02 16:55:07 +01:00
|
|
|
"@whiskeysockets/baileys": "7.0.0-rc.9",
|
|
|
|
|
"hapi-pino": "^13.0.0"
|
2024-05-07 14:16:01 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-11-21 14:55:28 +01:00
|
|
|
"@link-stack/eslint-config": "workspace:*",
|
|
|
|
|
"@link-stack/jest-config": "workspace:*",
|
|
|
|
|
"@link-stack/typescript-config": "workspace:*",
|
2024-07-19 11:25:35 +02:00
|
|
|
"@types/node": "*",
|
2025-11-21 14:55:28 +01:00
|
|
|
"typescript": "^5.9.3"
|
2024-05-07 14:16:01 +02:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"build": "tsc -p tsconfig.json",
|
2025-12-02 16:55:07 +01:00
|
|
|
"dev": "node --env-file=.env --experimental-transform-types src/index.ts",
|
2024-05-15 10:27:14 +02:00
|
|
|
"start": "node build/main/index.js"
|
2024-05-07 14:16:01 +02:00
|
|
|
}
|
|
|
|
|
}
|