2024-04-30 11:39:16 +02:00
|
|
|
{
|
2024-06-05 08:52:41 +02:00
|
|
|
"name": "@link-stack/bridge-common",
|
2025-12-04 12:50:53 +01:00
|
|
|
"version": "3.4.0-beta.2",
|
2024-05-07 14:16:01 +02:00
|
|
|
"main": "build/main/index.js",
|
2024-04-30 11:39:16 +02:00
|
|
|
"type": "module",
|
|
|
|
|
"author": "Darren Clarke <darren@redaranj.com>",
|
|
|
|
|
"license": "AGPL-3.0-or-later",
|
|
|
|
|
"scripts": {
|
2024-05-14 15:31:44 +02:00
|
|
|
"build": "tsc -p tsconfig.json"
|
2024-04-30 11:39:16 +02:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-11-21 14:55:28 +01:00
|
|
|
"@auth/kysely-adapter": "^1.10.0",
|
2024-05-14 09:40:58 +02:00
|
|
|
"graphile-worker": "^0.16.6",
|
2025-11-21 14:55:28 +01:00
|
|
|
"kysely": "0.27.5",
|
|
|
|
|
"pg": "^8.16.3"
|
2024-04-30 11:39:16 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-11-21 14:55:28 +01:00
|
|
|
"@link-stack/eslint-config": "workspace:*",
|
|
|
|
|
"@link-stack/typescript-config": "workspace:*",
|
|
|
|
|
"@types/pg": "^8.15.5",
|
|
|
|
|
"typescript": "^5.9.3"
|
2024-04-30 11:39:16 +02:00
|
|
|
}
|
|
|
|
|
}
|