mirror of
https://github.com/graphql-hive/console
synced 2026-05-24 09:38:26 +00:00
32 lines
868 B
JSON
32 lines
868 B
JSON
{
|
|
"name": "@hive/rate-limit",
|
|
"type": "module",
|
|
"description": "A microservice for Hive Cloud, that exposes information about rate limits per given org/target.",
|
|
"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/emails": "workspace:*",
|
|
"@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",
|
|
"tslib": "2.8.0",
|
|
"zod": "3.23.8"
|
|
},
|
|
"buildOptions": {
|
|
"external": [
|
|
"pg-native"
|
|
]
|
|
}
|
|
}
|