express-joi-simple
Version:
## Installation
33 lines (32 loc) • 665 B
JSON
{
"name": "express-joi-simple",
"version": "1.0.7",
"description": "",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"keywords": [
"joi",
"swagger",
"validation",
"auto",
"doc"
],
"author": "Vladimir Djukic",
"license": "ISC",
"dependencies": {
"body-parser": "^1.18.3",
"joi-express": "^1.0.3",
"swagger-json": "^1.3.4",
"swagger-ui-express": "^3.0.10"
},
"devDependencies": {
"@types/body-parser": "^1.17.0",
"@types/express": "^4.16.0",
"@types/joi": "^13.4.2",
"express": "^4.16.3",
"joi": "^13.6.0"
}
}