@anatine/zod-nestjs
Version:
Zod helper methods for NestJS
37 lines (36 loc) • 866 B
JSON
{
"name": "@anatine/zod-nestjs",
"version": "1.0.1",
"description": "Zod helper methods for NestJS",
"main": "src/index.js",
"types": "src/index.d.ts",
"license": "MIT",
"public": true,
"repository": {
"type": "git",
"url": "git+https://github.com/anatine/zod-plugins"
},
"homepage": "https://github.com/anatine/zod-plugins/tree/main/packages/zod-nestjs",
"author": {
"name": "Brian McBride",
"url": "https://www.linkedin.com/in/brianmcbride"
},
"keywords": [
"zod",
"openapi",
"swagger",
"nestjs"
],
"dependencies": {
"@anatine/zod-openapi": "^1.0.0",
"validator": "^13.6.0",
"ts-deepmerge": "^1.1.0",
"@nestjs/common": "^8.1.1"
},
"peerDependencies": {
"zod": "^3.10.3",
"openapi3-ts": "^2.0.1",
"@nestjs/core": "^7.0.0 || ^8.0.0"
},
"typings": "./src/index.d.ts"
}