{ "name": "@link-stack/bridge-common", "version": "3.3.5", "main": "build/main/index.js", "type": "module", "author": "Darren Clarke ", "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" } }