UNPKG

joiful

Version:

TypeScript Declarative Validation. Decorate your class properties to validate them using Joi.

43 lines 977 B
{ "name": "joiful", "version": "3.0.2", "description": "TypeScript Declarative Validation. Decorate your class properties to validate them using Joi.", "license": "MIT", "repository": "https://github.com/joiful-ts/joiful", "author": "Laurence Dougal Myers <laurencedougalmyers@gmail.com>", "contributors": [ "Ben <codeandcats@gmail.com> (https://github.com/codeandcats)", "Laurence Dougal Myers <laurencedougalmyers@gmail.com>" ], "keywords": [ "class", "constrain", "constraint", "declarative", "decorator", "decorators", "joi", "model", "schema", "tsdv", "tsdv-joi", "typescript", "validate", "validator", "validators", "validation" ], "engines": { "node": ">=v10.22.0", "npm": ">=3.10.10", "yarn": ">=1.13.0" }, "main": "index.js", "types": "index.d.ts", "dependencies": { "joi": "17.3.0" }, "peerDependencies": { "reflect-metadata": "0.1.13" } }