mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
33 lines
828 B
JSON
33 lines
828 B
JSON
{
|
|
"name": "@hive/commerce",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "tsx ../../../scripts/runify.ts",
|
|
"dev": "tsup-node --config ../../../configs/tsup/dev.config.node.ts src/dev.ts",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"@hive/api": "workspace:*",
|
|
"@hive/postgres": "workspace:*",
|
|
"@hive/service-common": "workspace:*",
|
|
"@hive/storage": "workspace:*",
|
|
"@hive/workflows": "workspace:*",
|
|
"@sentry/node": "7.120.2",
|
|
"@trpc/client": "10.45.3",
|
|
"@trpc/server": "10.45.3",
|
|
"date-fns": "4.1.0",
|
|
"dotenv": "16.4.7",
|
|
"fastify": "5.8.5",
|
|
"pino-pretty": "11.3.0",
|
|
"reflect-metadata": "0.2.2",
|
|
"stripe": "17.5.0",
|
|
"zod": "3.25.76"
|
|
},
|
|
"buildOptions": {
|
|
"external": [
|
|
"pg-native"
|
|
]
|
|
}
|
|
}
|