link-stack/packages/bridge-common/package.json

24 lines
583 B
JSON
Raw Normal View History

2024-04-30 11:39:16 +02:00
{
2024-06-05 08:52:41 +02:00
"name": "@link-stack/bridge-common",
2025-11-21 14:53:27 +01:00
"version": "3.3.0",
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": {
"@auth/kysely-adapter": "^1.10.0",
2024-05-14 09:40:58 +02:00
"graphile-worker": "^0.16.6",
"kysely": "0.27.5",
"pg": "^8.16.3"
2024-04-30 11:39:16 +02:00
},
"devDependencies": {
2025-11-10 14:55:22 +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
}
}