UNPKG

moleculer-zod-validator

Version:

A validator for the Moleculer microservice framework to allow the use of Zod.

58 lines (57 loc) 1.42 kB
{ "name": "moleculer-zod-validator", "version": "3.3.1", "description": "A validator for the Moleculer microservice framework to allow the use of Zod.", "author": "TheAppleFreak <TheAppleFreak@gmail.com>", "main": "build/index.js", "typings": "build/index.d.ts", "scripts": { "build": "tsc -P tsconfig.json", "clean": "rimraf build", "prepare": "husky install", "prettier": "prettier --write \"{src,test}/**/*\"", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/TheAppleFreak/moleculer-zod-validator.git" }, "engines": { "node": ">=17.0.0" }, "keywords": [ "moleculer", "zod", "validator", "microservice", "typescript" ], "files": [ "build/**/*", "CHANGELOG.md", "README.md", "LICENSE" ], "license": "MIT", "bugs": { "url": "https://github.com/TheAppleFreak/moleculer-zod-validator/issues" }, "homepage": "https://github.com/TheAppleFreak/moleculer-zod-validator#readme", "devDependencies": { "@types/jest": "^29.5.2", "@types/node": "^20.3.1", "fastest-validator": "^1.17.0", "husky": "^8.0.3", "jest": "^29.5.0", "moleculer": "^0.14.29", "prettier": "^2.8.8", "rimraf": "^5.0.1", "ts-jest": "^29.1.0", "typescript": "^5.1.3", "zod": "^3.21.4" }, "peerDependencies": { "moleculer": "0.14.x", "zod": "3.x.x" } }