22 lines
534 B
JSON
22 lines
534 B
JSON
{
|
|
"name": "@link-stack/bridge-common",
|
|
"version": "3.1.0",
|
|
"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.8.0",
|
|
"graphile-worker": "^0.16.6",
|
|
"kysely": "0.27.6",
|
|
"pg": "^8.14.1"
|
|
},
|
|
"devDependencies": {
|
|
"@link-stack/eslint-config": "*",
|
|
"@link-stack/typescript-config": "*",
|
|
"typescript": "^5.8.2"
|
|
}
|
|
}
|