console/packages/services/stripe-billing/package.json
renovate[bot] bee2cfca89
fix(deps): update dependency zod to v3.23.6 (#4672)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-05 06:39:30 +00:00

32 lines
854 B
JSON

{
"name": "@hive/stripe-billing",
"version": "0.0.0",
"type": "module",
"description": "A microservice for Hive Cloud, that syncs usage information to Stripe (metered billing)",
"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/service-common": "workspace:*",
"@hive/storage": "workspace:*",
"@sentry/node": "7.113.0",
"@trpc/client": "10.45.2",
"@trpc/server": "10.45.2",
"date-fns": "3.6.0",
"dotenv": "16.4.5",
"got": "14.2.1",
"pino-pretty": "11.0.0",
"reflect-metadata": "0.2.2",
"stripe": "14.25.0",
"zod": "3.23.6"
},
"buildOptions": {
"external": [
"pg-native"
]
}
}