/
opt
/
canhelp
/
node_modules
/
@hono
/
zod-validator
/
/opt/canhelp/node_modules/@hono/zod-validator
mkdir
upload
Name
Size
Mode
Actions
dist/
-
0755
rm
package.json
1080
0644
edit
dl
rm
README.md
1444
0644
edit
dl
rm
Edit:
/opt/canhelp/node_modules/@hono/zod-validator/package.json
(1080B)
{ "name": "@hono/zod-validator", "version": "0.4.3", "description": "Validator middleware using Zod", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { "./package.json": "./package.json", ".": { "import": "./dist/index.js", "default": "./dist/index.cjs" } }, "files": [ "dist" ], "scripts": { "test": "vitest --run", "build": "tsup ./src/index.ts --format esm,cjs --dts", "publint": "publint", "prerelease": "yarn build && yarn test", "release": "yarn publish" }, "license": "MIT", "publishConfig": { "registry": "https://registry.npmjs.org", "access": "public" }, "repository": { "type": "git", "url": "https://github.com/honojs/middleware.git" }, "homepage": "https://github.com/honojs/middleware", "peerDependencies": { "hono": ">=3.9.0", "zod": "^3.19.1" }, "devDependencies": { "hono": "^4.0.10", "publint": "^0.2.7", "tsup": "^8.1.0", "typescript": "^5.3.3", "vitest": "^1.4.0", "zod": "^3.22.4" } }
Save
cmd:
run