2024-04-30 11:39:16 +02:00
|
|
|
{
|
2024-06-05 08:52:41 +02:00
|
|
|
"name": "@link-stack/bridge-common",
|
2024-11-25 09:31:25 +01:00
|
|
|
"version": "2.3.4",
|
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": {
|
2024-11-25 09:31:25 +01:00
|
|
|
"@auth/kysely-adapter": "^1.7.4",
|
2024-05-14 09:40:58 +02:00
|
|
|
"graphile-worker": "^0.16.6",
|
2024-05-08 07:32:29 +02:00
|
|
|
"kysely": "0.26.1",
|
2024-11-25 09:31:25 +01:00
|
|
|
"pg": "^8.13.1"
|
2024-04-30 11:39:16 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2024-09-27 13:11:31 +02:00
|
|
|
"@link-stack/eslint-config": "*",
|
2024-06-05 08:52:41 +02:00
|
|
|
"@link-stack/typescript-config": "*",
|
2024-11-25 09:31:25 +01:00
|
|
|
"typescript": "^5.7.2"
|
2024-04-30 11:39:16 +02:00
|
|
|
}
|
|
|
|
|
}
|