mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 22:47: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.118.0",
|
|
"@sentry/types": "7.118.0",
|
|
"@tgriesser/schemats": "9.0.1",
|
|
"@theguild/buddy": "0.1.0",
|
|
"@types/node": "20.14.15",
|
|
"@types/pg": "8.11.6",
|
|
"dotenv": "16.4.5",
|
|
"fast-json-stable-stringify": "2.1.0",
|
|
"got": "14.4.1",
|
|
"param-case": "3.0.4",
|
|
"pg-promise": "11.9.0",
|
|
"slonik": "30.4.4",
|
|
"slonik-interceptor-query-logging": "45.6.0",
|
|
"slonik-utilities": "1.9.4",
|
|
"tslib": "2.6.3",
|
|
"typescript": "5.5.4",
|
|
"zod": "3.23.8"
|
|
},
|
|
"buildOptions": {
|
|
"external": [
|
|
"pg-native"
|
|
]
|
|
}
|
|
}
|