link-stack/packages/bridge-common/package.json
2026-01-15 16:51:20 +01:00

23 lines
590 B
JSON

{
"name": "@link-stack/bridge-common",
"version": "3.4.0-beta.5",
"main": "build/main/index.js",
"type": "module",
"author": "Darren Clarke <darren@redaranj.com>",
"license": "AGPL-3.0-or-later",
"scripts": {
"build": "tsc -p tsconfig.json"
},
"dependencies": {
"@auth/kysely-adapter": "^1.10.0",
"graphile-worker": "^0.16.6",
"kysely": "0.27.5",
"pg": "^8.16.3"
},
"devDependencies": {
"@link-stack/eslint-config": "workspace:*",
"@link-stack/typescript-config": "workspace:*",
"@types/pg": "^8.15.5",
"typescript": "^5.9.3"
}
}