60 lines
1.8 KiB
JSON
60 lines
1.8 KiB
JSON
{
|
|
"name": "@hexahost/api",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "nest build",
|
|
"dev": "nest start --watch",
|
|
"start": "node dist/main.js",
|
|
"start:prod": "node dist/main.js",
|
|
"lint": "node -e \"process.exit(0)\"",
|
|
"typecheck": "tsc --noEmit",
|
|
"test": "tsc -p tsconfig.build.json && node --test test/**/*.test.js"
|
|
},
|
|
"dependencies": {
|
|
"@fastify/cookie": "^11.0.2",
|
|
"@fastify/static": "^8.0.4",
|
|
"@fastify/websocket": "^11.0.2",
|
|
"@hexahost/auth": "workspace:*",
|
|
"@hexahost/catalog": "workspace:*",
|
|
"@hexahost/config": "workspace:*",
|
|
"@hexahost/contracts": "workspace:*",
|
|
"@hexahost/database": "workspace:*",
|
|
"@hexahost/dns": "workspace:*",
|
|
"@hexahost/feature-flags": "workspace:*",
|
|
"@hexahost/otel": "workspace:*",
|
|
"@hexahost/integration-auth": "workspace:*",
|
|
"@hexahost/metering": "workspace:*",
|
|
"@hexahost/permissions": "workspace:*",
|
|
"@hexahost/scheduler": "workspace:*",
|
|
"@hexahost/server-state": "workspace:*",
|
|
"@hexahost/storage": "workspace:*",
|
|
"@aws-sdk/client-s3": "^3.750.0",
|
|
"@nestjs/common": "^11.0.7",
|
|
"@nestjs/core": "^11.0.7",
|
|
"@nestjs/platform-fastify": "^11.0.7",
|
|
"@nestjs/swagger": "^11.0.3",
|
|
"@nestjs/throttler": "^6.4.0",
|
|
"bullmq": "^5.34.8",
|
|
"cron-parser": "^5.0.4",
|
|
"fastify": "^5.2.1",
|
|
"ioredis": "^5.4.2",
|
|
"nestjs-pino": "^4.3.0",
|
|
"pino": "^9.6.0",
|
|
"pino-http": "^10.4.0",
|
|
"reflect-metadata": "^0.2.2",
|
|
"rxjs": "^7.8.1",
|
|
"ws": "^8.18.0",
|
|
"zod": "^3.24.1"
|
|
},
|
|
"devDependencies": {
|
|
"@hexahost/typescript-config": "workspace:*",
|
|
"@nestjs/cli": "^11.0.2",
|
|
"@nestjs/schematics": "^11.0.0",
|
|
"@types/node": "^22.10.7",
|
|
"@types/ws": "^8.5.14",
|
|
"pino-pretty": "^13.0.0",
|
|
"typescript": "^5.7.3"
|
|
}
|
|
}
|