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

40 lines
1.1 KiB
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",
2024-08-07 12:02:33 +02:00
"version": "2.1.0",
"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",
2024-06-05 08:52:41 +02:00
"@link-stack/bridge-common": "*",
2024-06-25 08:29:41 +02:00
"@link-stack/signal-api": "*",
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",
2023-05-25 09:08:39 +00:00
"html-to-text": "^9.0.5",
2024-04-21 16:59:50 +02:00
"jest": "^29.7.0",
"kysely": "^0.27.3",
2024-06-05 08:52:41 +02:00
"pg": "^8.12.0",
2024-08-14 10:51:12 +02:00
"remeda": "^2.11.0",
2024-07-03 17:16:09 +02:00
"twilio": "^5.2.2"
2023-02-13 12:41:30 +00:00
},
"devDependencies": {
2024-08-06 08:36:03 +02:00
"@babel/core": "7.25.2",
"@babel/preset-env": "7.25.3",
2024-06-12 08:27:30 +02:00
"@babel/preset-typescript": "7.24.7",
2024-08-06 08:36:03 +02:00
"@types/fluent-ffmpeg": "^2.1.25",
2024-05-08 07:32:29 +02:00
"dotenv-cli": "^7.4.2",
2024-06-05 08:52:41 +02:00
"@link-stack/eslint-config": "*",
2024-07-18 11:08:01 +02:00
"prettier": "^3.3.3",
2024-06-05 08:52:41 +02:00
"@link-stack/typescript-config": "*",
2024-02-14 12:13:00 +01:00
"ts-node": "^10.9.2",
2024-08-06 08:36:03 +02:00
"typedoc": "^0.26.5",
"typescript": "^5.5.4"
2023-02-13 12:41:30 +00:00
}
}