UNPKG

@akrdevtech/lib-express-joi-validation-middleware

Version:
50 lines (49 loc) 1.37 kB
{ "name": "@akrdevtech/lib-express-joi-validation-middleware", "version": "1.1.0", "description": "Joi based validation middleware for ExpressJS", "main": "dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "tsc": "tsc", "prebuild": "npm run lint:fix", "build": "tsc --build tsconfig.json", "lint": "eslint . --ext .ts", "lint:fix": "eslint . --fix --ext .ts" }, "repository": { "type": "git", "url": "git+https://github.com/akrdevtech/lib-express-joi-validation-middleware.git" }, "keywords": [ "joi", "validation", "express validation", "validation middleware" ], "author": "Akhil Krishnan R", "license": "ISC", "files": [ "dist/**/*" ], "bugs": { "url": "https://github.com/akrdevtech/lib-express-joi-validation-middleware/issues" }, "homepage": "https://github.com/akrdevtech/lib-express-joi-validation-middleware#readme", "devDependencies": { "@types/express": "^4.17.14", "@types/jest": "^29.2.2", "@types/joi": "^17.2.3", "@typescript-eslint/eslint-plugin": "^5.42.1", "@typescript-eslint/parser": "^5.42.1", "eslint": "^8.27.0", "jest": "^29.3.1", "prettier": "^2.7.1", "ts-jest": "^29.0.3", "typescript": "^4.8.4", "express": "^4.18.2" }, "dependencies": { "joi": "^17.7.0" } }