console/packages/services/commerce/package.json

33 lines
792 B
JSON
Raw Normal View History

2022-05-18 07:26:57 +00:00
{
"name": "@hive/commerce",
"type": "module",
2022-05-18 07:26:57 +00:00
"license": "MIT",
"private": true,
2022-05-18 07:26:57 +00:00
"scripts": {
2023-04-20 09:18:51 +00:00
"build": "tsx ../../../scripts/runify.ts",
2023-02-27 09:56:51 +00:00
"dev": "tsup-node --config ../../../configs/tsup/dev.config.node.ts src/dev.ts",
2022-05-18 07:26:57 +00:00
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@hive/api": "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": "4.29.1",
"pino-pretty": "11.3.0",
"reflect-metadata": "0.2.2",
"stripe": "17.5.0",
"zod": "3.25.76"
2022-05-18 07:26:57 +00:00
},
"buildOptions": {
"external": [
"pg-native"
2023-04-20 09:18:51 +00:00
]
2022-05-18 07:26:57 +00:00
}
}