30 lines
905 B
JSON
30 lines
905 B
JSON
{
|
|
"name": "@link-stack/bridge-worker",
|
|
"version": "3.4.0-beta.2",
|
|
"type": "module",
|
|
"main": "build/main/index.js",
|
|
"author": "Darren Clarke <darren@redaranj.com>",
|
|
"license": "AGPL-3.0-or-later",
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.json && cp crontab build/main/crontab",
|
|
"dev": "dotenv -- graphile-worker",
|
|
"start": "node build/main/index.js"
|
|
},
|
|
"dependencies": {
|
|
"@hapi/wreck": "^18.1.0",
|
|
"@link-stack/bridge-common": "workspace:*",
|
|
"@link-stack/logger": "workspace:*",
|
|
"@link-stack/signal-api": "workspace:*",
|
|
"fluent-ffmpeg": "^2.1.3",
|
|
"graphile-worker": "^0.16.6",
|
|
"remeda": "^2.32.0",
|
|
"twilio": "^5.10.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fluent-ffmpeg": "^2.1.27",
|
|
"dotenv-cli": "^10.0.0",
|
|
"@link-stack/eslint-config": "workspace:*",
|
|
"@link-stack/typescript-config": "workspace:*",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|