UNPKG

mongoose-error-handler

Version:

Simplifies the errors from mongoose's scheme validation with internacionalization (i18nex) support

33 lines (32 loc) 828 B
{ "name": "mongoose-error-handler", "version": "1.1.0", "description": "Simplifies the errors from mongoose's scheme validation with internacionalization (i18nex) support", "main": "./lib/mongoose-error-handler.js", "scripts": { "test": "mocha test/unit/test.js -R spec" }, "repository": { "type": "git", "url": "git://github.com/davicrystal/mongoose-error-handler.git" }, "keywords": [ "mongoose", "error", "handler", "message", "errors", "i18next", "i18n", "express" ], "author": "Davi Crystal <davicrystal@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/davicrystal/mongoose-error-handler/issues" }, "homepage": "https://github.com/davicrystal/mongoose-error-handler#readme", "devDependencies": { "mocha": "^6.2.2" } }