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

31 lines
905 B
JSON
Raw Normal View History

2023-02-13 12:41:30 +00:00
{
2024-06-05 08:52:41 +02:00
"name": "@link-stack/bridge-worker",
2025-11-10 14:55:22 +01:00
"version": "3.3.0-beta.1",
"type": "module",
2024-05-14 15:31:44 +02:00
"main": "build/main/index.js",
2024-04-21 16:59:50 +02:00
"author": "Darren Clarke <darren@redaranj.com>",
2023-02-13 12:41:30 +00:00
"license": "AGPL-3.0-or-later",
2024-04-21 16:59:50 +02:00
"scripts": {
2024-07-03 11:54:07 +02:00
"build": "tsc -p tsconfig.json && cp crontab build/main/crontab",
2024-06-12 08:27:30 +02:00
"dev": "dotenv -- graphile-worker",
2024-05-14 15:31:44 +02:00
"start": "node build/main/index.js"
2024-04-21 16:59:50 +02:00
},
2023-02-13 12:41:30 +00:00
"dependencies": {
2024-04-21 16:59:50 +02:00
"@hapi/wreck": "^18.1.0",
2025-11-10 14:55:22 +01:00
"@link-stack/bridge-common": "workspace:*",
"@link-stack/logger": "workspace:*",
"@link-stack/signal-api": "workspace:*",
2024-06-05 08:52:41 +02:00
"fluent-ffmpeg": "^2.1.3",
2024-05-08 07:32:29 +02:00
"graphile-worker": "^0.16.6",
"remeda": "^2.32.0",
"twilio": "^5.10.2"
2023-02-13 12:41:30 +00:00
},
"devDependencies": {
2024-11-25 09:31:25 +01:00
"@types/fluent-ffmpeg": "^2.1.27",
"dotenv-cli": "^10.0.0",
2025-11-10 14:55:22 +01:00
"@link-stack/eslint-config": "workspace:*",
"@link-stack/typescript-config": "workspace:*",
"typescript": "^5.9.3"
2023-02-13 12:41:30 +00:00
}
}