mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "@hive/storage",
|
|
"version": "0.0.0",
|
|
"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.113.0",
|
|
"@sentry/types": "7.113.0",
|
|
"@tgriesser/schemats": "9.0.1",
|
|
"@theguild/buddy": "0.1.0",
|
|
"@types/node": "20.12.8",
|
|
"@types/pg": "8.11.6",
|
|
"dotenv": "16.4.5",
|
|
"fast-json-stable-stringify": "2.1.0",
|
|
"got": "14.2.1",
|
|
"param-case": "3.0.4",
|
|
"pg-promise": "11.6.0",
|
|
"slonik": "30.4.4",
|
|
"slonik-interceptor-query-logging": "1.4.7",
|
|
"slonik-utilities": "1.9.4",
|
|
"tslib": "2.6.2",
|
|
"typescript": "5.4.5",
|
|
"zod": "3.23.6"
|
|
},
|
|
"buildOptions": {
|
|
"external": [
|
|
"pg-native"
|
|
]
|
|
}
|
|
}
|