{ "name": "@dpu/api", "version": "1.0.0", "description": "", "scripts": { "clean": "rimraf dist", "build": "npm run clean && tsc", "start": "node dist/index.js", "dev": "tsx watch src/index.ts" }, "keywords": [], "author": "Darius", "license": "", "type": "module", "dependencies": { "@dpu/shared": "git+https://git.dariusbag.dev/DarDarBinks/dpu-shared.git", "@fastify/sse": "^0.4.0", "@fastify/swagger": "^9.6.1", "@fastify/swagger-ui": "^5.2.3", "dotenv": "^17.2.2", "fastify": "^5.6.2", "fastify-axios": "^1.3.0", "fastify-type-provider-zod": "^6.1.0", "swagger-themes": "^1.4.3", "zod": "^4.1.12" }, "devDependencies": { "@types/node": "^24.10.1", "tsx": "^4.20.6", "typescript": "^5.9.3" } }