mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
40 lines
1,003 B
JSON
40 lines
1,003 B
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": "7.1.2",
|
|
"@hive/postgres": "workspace:*",
|
|
"@hive/service-common": "workspace:*",
|
|
"@sentry/node": "7.120.2",
|
|
"@sentry/types": "7.120.2",
|
|
"@tgriesser/schemats": "9.0.1",
|
|
"@types/node": "24.10.9",
|
|
"@types/pg": "8.11.10",
|
|
"dotenv": "16.4.7",
|
|
"fast-json-stable-stringify": "2.1.0",
|
|
"got": "14.4.7",
|
|
"graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0",
|
|
"pg-promise": "11.10.2",
|
|
"tslib": "2.8.1",
|
|
"typescript": "5.7.3",
|
|
"zod": "3.25.76"
|
|
},
|
|
"buildOptions": {
|
|
"external": [
|
|
"pg-native"
|
|
]
|
|
}
|
|
}
|