joi-schema-validator
Version:
A world-class Joi validation error formatter for structured, user-friendly error handling.
58 lines (57 loc) • 1.36 kB
JSON
{
"name": "joi-schema-validator",
"version": "3.1.0",
"description": "A world-class Joi validation error formatter for structured, user-friendly error handling.",
"main": "dist/index.js",
"types": "dist/types/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pavan-dulam/joi-schema-validator"
},
"author": "pavan dulam <pavandulam16@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pavan-dulam/joi-schema-validator/issues"
},
"homepage": "https://github.com/pavan-dulam/joi-schema-validator#readme",
"devDependencies": {
"@types/express": "^5.0.0",
"@types/joi": "17.2.3",
"@types/node": "22.10.9",
"express": "^4.21.2",
"joi": "17.13.3",
"typescript": "5.7.3"
},
"keywords": [
"joi",
"validator",
"validation",
"joi-validator",
"joi-schema",
"data-validation",
"schema-validation",
"error-handling",
"dynamic-validation",
"typescript",
"custom-validation",
"npm-package",
"input-validation",
"backend-validation",
"form-validation",
"validation-errors",
"error-formatting",
"dynamic-error-handling",
"custom-suggestions",
"human-readable-errors",
"enterprise-ready",
"api-validation",
"nested-validation",
"frontend-friendly",
"field-validation"
]
}