mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-08 14:41:28 -07:00
28 lines
617 B
JSON
28 lines
617 B
JSON
{
|
|
"name": "@repo/hono-helpers",
|
|
"version": "0.1.4",
|
|
"private": true,
|
|
"sideEffects": false,
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"scripts": {
|
|
"check:lint": "run-oxlint",
|
|
"check:types": "run-tsc",
|
|
"test": "run-vitest"
|
|
},
|
|
"dependencies": {
|
|
"@hono/standard-validator": "0.2.2",
|
|
"hono": "4.12.27",
|
|
"http-codex": "0.6.7",
|
|
"workers-tagged-logger": "1.0.1",
|
|
"zod": "4.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/vitest-pool-workers": "0.16.20",
|
|
"@cloudflare/workers-types": "4.20260630.1",
|
|
"@repo/tools": "workspace:*",
|
|
"@repo/typescript-config": "workspace:*",
|
|
"vitest": "4.1.9"
|
|
}
|
|
}
|