26 lines
650 B
JSON
26 lines
650 B
JSON
{
|
|
"name": "@link-stack/bridge-common",
|
|
"version": "2.2.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.5.2",
|
|
"graphile-worker": "^0.16.6",
|
|
"kysely": "0.26.1",
|
|
"pg": "^8.13.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.25.2",
|
|
"@babel/preset-env": "7.25.4",
|
|
"@babel/preset-typescript": "7.24.7",
|
|
"prettier": "^3.3.3",
|
|
"@link-stack/typescript-config": "*",
|
|
"tsx": "^4.19.1",
|
|
"typescript": "^5.6.2"
|
|
}
|
|
}
|