link-stack/apps/bridge-whatsapp/package.json

31 lines
928 B
JSON
Raw Normal View History

2024-05-07 14:16:01 +02:00
{
2024-06-05 08:52:41 +02:00
"name": "@link-stack/bridge-whatsapp",
2026-01-15 16:51:20 +01:00
"version": "3.4.0-beta.5",
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": {
"@hapi/hapi": "^21.4.3",
2024-05-07 14:16:01 +02:00
"@hapipal/schmervice": "^3.0.0",
"@hapipal/toys": "^4.0.0",
"@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",
"link-preview-js": "^3.1.0"
2024-05-07 14:16:01 +02:00
},
"devDependencies": {
"@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": "*",
"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
}
}