link-stack/packages/bridge-common/package.json
2025-01-15 14:15:02 +01:00

22 lines
536 B
JSON

{
"name": "@link-stack/bridge-common",
"version": "2.4.0b1",
"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.7.4",
"graphile-worker": "^0.16.6",
"kysely": "0.26.1",
"pg": "^8.13.1"
},
"devDependencies": {
"@link-stack/eslint-config": "*",
"@link-stack/typescript-config": "*",
"typescript": "^5.7.3"
}
}