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

37 lines
1.1 KiB
JSON
Raw Permalink 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-12 10:01:44 +01:00
"version": "3.5.0-beta.1",
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",
2026-02-15 10:29:52 +01:00
"prettier": "@link-stack/prettier-config",
2024-05-07 14:16:01 +02:00
"dependencies": {
"@adiwajshing/keyed-db": "0.2.4",
2026-02-15 08:29:10 +01:00
"@hono/node-server": "^1.13.8",
2025-12-19 11:37:15 +01:00
"@whiskeysockets/baileys": "6.7.21",
2026-02-15 08:29:10 +01:00
"hono": "^4.7.4",
2026-02-10 08:36:04 +01:00
"link-preview-js": "^3.1.0",
2026-02-15 10:29:52 +01:00
"@link-stack/logger": "workspace:*"
2024-05-07 14:16:01 +02:00
},
"devDependencies": {
2026-02-15 10:29:52 +01:00
"@link-stack/eslint-config": "workspace:*",
"@link-stack/prettier-config": "workspace:*",
"@link-stack/typescript-config": "workspace:*",
"@types/long": "^5",
2024-07-19 11:25:35 +02:00
"@types/node": "*",
"dotenv-cli": "^10.0.0",
2026-02-15 10:29:52 +01:00
"eslint": "^9.23.0",
"prettier": "^3.5.3",
"tsx": "^4.20.6",
"typescript": "^5.9.3"
2024-05-07 14:16:01 +02:00
},
"scripts": {
"build": "tsc -p tsconfig.json",
2024-07-19 11:25:35 +02:00
"dev": "dotenv -- tsx src/index.ts",
2026-02-15 10:29:52 +01:00
"start": "node build/main/index.js",
"lint": "eslint src/",
"format": "prettier --write src/",
"format:check": "prettier --check src/"
2024-05-07 14:16:01 +02:00
}
}