fluxer/packages/hono/package.json
2026-02-17 12:22:36 +00:00

29 lines
617 B
JSON

{
"name": "@fluxer/hono",
"version": "0.0.0",
"private": true,
"type": "module",
"exports": {
"./*": "./*"
},
"scripts": {
"test": "vitest run",
"typecheck": "tsgo --noEmit"
},
"dependencies": {
"@fluxer/constants": "workspace:*",
"@fluxer/errors": "workspace:*",
"@fluxer/hono_types": "workspace:*",
"@fluxer/ip_utils": "workspace:*",
"@fluxer/telemetry": "workspace:*",
"@hono/node-server": "catalog:",
"hono": "catalog:"
},
"devDependencies": {
"@types/node": "catalog:",
"@typescript/native-preview": "catalog:",
"vite-tsconfig-paths": "catalog:",
"vitest": "catalog:"
}
}