30 lines
928 B
JSON
30 lines
928 B
JSON
{
|
|
"name": "@link-stack/bridge-whatsapp",
|
|
"version": "3.4.0-beta.5",
|
|
"type": "module",
|
|
"main": "build/main/index.js",
|
|
"author": "Darren Clarke <darren@redaranj.com>",
|
|
"license": "AGPL-3.0-or-later",
|
|
"dependencies": {
|
|
"@hapi/hapi": "^21.4.3",
|
|
"@hapipal/schmervice": "^3.0.0",
|
|
"@hapipal/toys": "^4.0.0",
|
|
"@link-stack/bridge-common": "workspace:*",
|
|
"@link-stack/logger": "workspace:*",
|
|
"@whiskeysockets/baileys": "7.0.0-rc.9",
|
|
"hapi-pino": "^13.0.0",
|
|
"link-preview-js": "^3.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@link-stack/eslint-config": "workspace:*",
|
|
"@link-stack/jest-config": "workspace:*",
|
|
"@link-stack/typescript-config": "workspace:*",
|
|
"@types/node": "*",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.json",
|
|
"dev": "node --env-file=.env --experimental-transform-types src/index.ts",
|
|
"start": "node build/main/index.js"
|
|
}
|
|
}
|