mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
41 lines
1 KiB
JSON
41 lines
1 KiB
JSON
{
|
|
"name": "@hive/storage",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"main": "./src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"scripts": {
|
|
"build": "tsx ../../../scripts/runify.ts",
|
|
"db:generate": "schemats generate --config schemats.cjs -o src/db/types.ts && prettier --write src/db/types.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@graphql-inspector/core": "5.1.0-alpha-20231208113249-34700c8a",
|
|
"@hive/service-common": "workspace:*",
|
|
"@sentry/node": "7.120.2",
|
|
"@sentry/types": "7.120.2",
|
|
"@tgriesser/schemats": "9.0.1",
|
|
"@types/node": "22.9.3",
|
|
"@types/pg": "8.11.10",
|
|
"dotenv": "16.4.7",
|
|
"fast-json-stable-stringify": "2.1.0",
|
|
"got": "14.4.5",
|
|
"pg-promise": "11.10.2",
|
|
"slonik": "30.4.4",
|
|
"slonik-interceptor-query-logging": "46.2.0",
|
|
"slonik-utilities": "1.9.4",
|
|
"tslib": "2.8.1",
|
|
"typescript": "5.7.2",
|
|
"zod": "3.24.1"
|
|
},
|
|
"buildOptions": {
|
|
"external": [
|
|
"pg-native"
|
|
]
|
|
}
|
|
}
|