38 lines
908 B
JSON
38 lines
908 B
JSON
{
|
|
"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",
|
|
"devdbg": "tsx watch --inspect-brk src/index.ts"
|
|
},
|
|
"keywords": [],
|
|
"author": "Darius",
|
|
"license": "",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@dpu/shared": "git+https://git.dariusbag.dev/DarDarBinks/dpu-shared.git",
|
|
"@fastify/cors": "^11.2.0",
|
|
"@fastify/swagger": "^9.6.1",
|
|
"@fastify/swagger-ui": "^5.2.3",
|
|
"@fastify/websocket": "^11.2.0",
|
|
"dotenv": "^17.2.2",
|
|
"fastify": "^5.6.2",
|
|
"fastify-axios": "^1.3.0",
|
|
"fastify-type-provider-zod": "^6.1.0",
|
|
"luxon": "^3.7.2",
|
|
"swagger-themes": "^1.4.3",
|
|
"zod": "^4.1.12"
|
|
},
|
|
"devDependencies": {
|
|
"@types/luxon": "^3.7.1",
|
|
"@types/node": "^24.10.1",
|
|
"@types/ws": "^8.18.1",
|
|
"tsx": "^4.20.6",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|