2026-02-17 12:22:36 +00:00

29 lines
669 B
JSON

{
"name": "fluxer_relay_directory",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "tsgo",
"dev": "tsx watch src/index.tsx",
"openapi:generate": "tsx scripts/GenerateOpenAPI.tsx",
"start": "tsx src/index.tsx",
"typecheck": "tsgo --noEmit"
},
"dependencies": {
"@fluxer/config": "workspace:*",
"@fluxer/hono": "workspace:*",
"@fluxer/openapi": "workspace:*",
"@fluxer/schema": "workspace:*",
"@hono/node-server": "catalog:",
"hono": "catalog:",
"pino": "catalog:",
"zod": "catalog:"
},
"devDependencies": {
"@types/node": "catalog:",
"@typescript/native-preview": "catalog:",
"tsx": "catalog:"
}
}