2024-04-30 11:39:16 +02:00
|
|
|
{
|
|
|
|
|
"name": "bridge-common",
|
|
|
|
|
"version": "1.0.0",
|
2024-05-07 14:16:01 +02:00
|
|
|
"main": "build/main/index.js",
|
2024-04-30 11:39:16 +02:00
|
|
|
"type": "module",
|
|
|
|
|
"author": "Darren Clarke <darren@redaranj.com>",
|
|
|
|
|
"license": "AGPL-3.0-or-later",
|
|
|
|
|
"scripts": {
|
2024-05-14 15:31:44 +02:00
|
|
|
"build": "tsc -p tsconfig.json"
|
2024-04-30 11:39:16 +02:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2024-05-14 09:40:58 +02:00
|
|
|
"@auth/kysely-adapter": "^1.1.0",
|
|
|
|
|
"graphile-worker": "^0.16.6",
|
2024-05-08 07:32:29 +02:00
|
|
|
"kysely": "0.26.1",
|
2024-04-30 11:39:16 +02:00
|
|
|
"pg": "^8.11.5"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2024-05-08 07:32:29 +02:00
|
|
|
"@babel/core": "7.24.5",
|
|
|
|
|
"@babel/preset-env": "7.24.5",
|
2024-04-30 11:39:16 +02:00
|
|
|
"@babel/preset-typescript": "7.24.1",
|
|
|
|
|
"eslint": "^9.0.0",
|
|
|
|
|
"prettier": "^3.2.5",
|
|
|
|
|
"ts-config": "*",
|
2024-05-14 09:40:58 +02:00
|
|
|
"tsx": "^4.10.2",
|
2024-04-30 11:39:16 +02:00
|
|
|
"typescript": "^5.4.5"
|
|
|
|
|
}
|
|
|
|
|
}
|