{ "name": "@hono/typia-validator", "version": "0.1.2", "description": "Validator middleware using Typia", "type": "module", "module": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" } }, "./http": { "import": { "types": "./dist/http.d.ts", "default": "./dist/http.js" }, "require": { "types": "./dist/http.d.cts", "default": "./dist/http.cjs" } } }, "files": [ "dist" ], "scripts": { "build": "tsup ./src/index.ts ./src/http.ts", "prepack": "yarn build", "publint": "attw --pack --profile node16 && publint", "typecheck": "tsc -b tsconfig.json", "test": "vitest", "version:jsr": "yarn version:set $npm_package_version" }, "license": "MIT", "publishConfig": { "registry": "https://registry.npmjs.org", "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/honojs/middleware.git", "directory": "packages/typia-validator" }, "homepage": "https://github.com/honojs/middleware", "peerDependencies": { "hono": ">=3.9.0", "typia": "^7.0.0 || ^8.0.0" }, "devDependencies": { "@arethetypeswrong/cli": "^0.17.4", "@ryoppippi/unplugin-typia": "^2.1.4", "hono": "^4.8.4", "publint": "^0.3.9", "tsup": "^8.4.0", "typescript": "^5.8.2", "typia": "^8.0.3", "vitest": "^3.2.4" } }