mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: n1ru4l <14338007+n1ru4l@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Laurin Quast <laurinquast@googlemail.com>
16 lines
304 B
JSON
16 lines
304 B
JSON
{
|
|
"name": "@hive/postgres",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"slonik": "30.4.4",
|
|
"slonik-interceptor-query-logging": "46.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@hive/service-common": "workspace:*"
|
|
}
|
|
}
|