console/packages/services/tokens/package.json
2026-04-16 11:04:18 +02:00

38 lines
891 B
JSON

{
"name": "@hive/tokens",
"type": "module",
"license": "MIT",
"private": true,
"exports": {
".": "./src/api.ts"
},
"scripts": {
"build": "tsx ../../../scripts/runify.ts",
"dev": "tsup-node --config ../../../configs/tsup/dev.config.node.ts src/dev.ts",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@hive/postgres": "workspace:*",
"@hive/service-common": "workspace:*",
"@hive/storage": "workspace:*",
"@sentry/node": "7.120.2",
"@trpc/server": "10.45.3",
"@types/ms": "0.7.34",
"dotenv": "16.4.7",
"fastify": "5.8.5",
"ioredis": "5.8.2",
"lru-cache": "11.0.2",
"ms": "2.1.3",
"p-timeout": "6.1.4",
"pino-pretty": "11.3.0",
"reflect-metadata": "0.2.2",
"tiny-lru": "11.4.7",
"tslib": "2.8.1",
"zod": "3.25.76"
},
"buildOptions": {
"external": [
"pg-native"
]
}
}