mobitel-zschema-readable-error
Version:
NodeJs module for transforn errors of zSchema module to user friendly and readable string
44 lines (43 loc) • 1.09 kB
JSON
{
"name": "mobitel-zschema-readable-error",
"version": "1.0.2",
"description": "NodeJs module for transforn errors of zSchema module to user friendly and readable string",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"pretest": "eslint --quiet --ignore-pattern '/test/' .",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mobitel-ltd/mobitel-zschema-readable-error.git"
},
"keywords": [
"z-schema",
"error",
"readable",
"parsing",
"userfriendly",
"json",
"schema",
"mobitel"
],
"author": "Dmitry Furman aka PragmaWolf, Mobitel Ltd <pragmawolf@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mobitel-ltd/mobitel-zschema-readable-error/issues"
},
"homepage": "https://github.com/mobitel-ltd/mobitel-zschema-readable-error#readme",
"dependencies": {},
"devDependencies": {
"eslint": "^4.5.0",
"eslint-config-google": "^0.9.1",
"mocha": "^3.5.0"
},
"engines": {
"node": ">=8",
"npm": ">=5"
}
}