brest-jayschema
Version:
Validate JSON request body using JaySchema
39 lines (37 loc) • 680 B
JSON
{
"author": {
"name": "Max Kitsch",
"email": "max.kitsch@gmail.com"
},
"name": "brest-jayschema",
"description": "Validate JSON request body using JaySchema",
"version": "0.0.3",
"repository": {
"type": "git",
"url": "https://github.com/MaximTovstashev/brest-jayschema.git"
},
"main": "index.js",
"dependencies": {
"jayschema": "*",
"lodash": "*"
},
"devDependencies": {
"jayschema": "*",
"lodash": "*"
},
"keywords": [
"api",
"app",
"brest",
"express",
"jayschema",
"json",
"rest",
"restful",
"validate"
],
"optionalDependencies": {},
"engines": {
"node": "*"
}
}