{ "name": "@hono/class-validator", "packageManager": "yarn@4.0.2", "description": "Validator middleware using class-validator", "version": "1.0.0", "type": "module", "main": "dist/index.js", "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" } } }, "files": [ "dist" ], "scripts": { "build": "tsup ./src/index.ts", "prepack": "yarn build", "publint": "attw --pack && publint", "typecheck": "tsc -b tsconfig.json", "test": "vitest" }, "license": "MIT", "publishConfig": { "registry": "https://registry.npmjs.org", "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/honojs/middleware.git", "directory": "packages/class-validator" }, "homepage": "https://github.com/honojs/middleware", "peerDependencies": { "hono": ">=3.9.0" }, "devDependencies": { "@arethetypeswrong/cli": "^0.17.4", "publint": "^0.3.9", "tsup": "^8.4.0", "typescript": "^5.8.2", "vitest": "^3.0.8" }, "dependencies": { "class-transformer": "^0.5.1", "class-validator": "^0.14.1", "reflect-metadata": "^0.2.2" } }