link-stack/packages/bridge-common/package.json
2025-12-17 15:30:34 +01:00

22 lines
537 B
JSON

{
"name": "@link-stack/bridge-common",
"version": "3.2.0b5",
"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": "*",
"@link-stack/typescript-config": "*",
"typescript": "^5.9.3"
}
}