35 lines
817 B
JSON
35 lines
817 B
JSON
{
|
|
"name": "@luxe/gateway",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"dev": "tsx watch src/index.ts",
|
|
"build": "tsc",
|
|
"start": "node dist/index.js"
|
|
},
|
|
"dependencies": {
|
|
"@fastify/cookie": "^10.0.1",
|
|
"@fastify/cors": "^10.0.1",
|
|
"@fastify/formbody": "^8.0.0",
|
|
"@fastify/helmet": "^12.0.1",
|
|
"@fastify/multipart": "^9.0.2",
|
|
"@fastify/rate-limit": "^10.2.1",
|
|
"@fastify/swagger": "^9.4.0",
|
|
"@fastify/swagger-ui": "^5.2.0",
|
|
"@luxe/database": "*",
|
|
"@luxe/shared": "*",
|
|
"bullmq": "^5.34.8",
|
|
"fastify": "^5.2.0",
|
|
"ioredis": "^5.4.2",
|
|
"socket.io": "^4.8.1",
|
|
"zod": "^3.24.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.10.1",
|
|
"tsx": "^4.19.2",
|
|
"typescript": "^5.7.2"
|
|
}
|
|
}
|