console/packages/services/stripe-billing/package.json
renovate[bot] ead0abb2de
chore(deps): update dependency stripe to v17.3.0 (#5848)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-30 14:28:29 +02:00

31 lines
831 B
JSON

{
"name": "@hive/stripe-billing",
"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.119.2",
"@trpc/client": "10.45.2",
"@trpc/server": "10.45.2",
"date-fns": "4.1.0",
"dotenv": "16.4.5",
"got": "14.4.3",
"pino-pretty": "11.3.0",
"reflect-metadata": "0.2.2",
"stripe": "17.3.0",
"zod": "3.23.8"
},
"buildOptions": {
"external": [
"pg-native"
]
}
}