livr-extra-rules
Version:
Extra rules for LIVR Validator
55 lines (54 loc) • 1.2 kB
JSON
{
"name": "livr-extra-rules",
"version": "1.4.0",
"description": "Extra rules for LIVR Validator",
"main": "src/index.js",
"types": "types/index.d.ts",
"directories": {
"test": "tests"
},
"scripts": {
"test": "ava",
"coverage": "nyc ava"
},
"repository": {
"type": "git",
"url": "git+https://github.com/koorchik/js-livr-extra-rules.git"
},
"keywords": [
"Validation",
"LIVR",
"Schema",
"Validator",
"Rules"
],
"peerDependencies": {
"livr": "*"
},
"author": "koorchik",
"license": "MIT",
"bugs": {
"url": "https://github.com/koorchik/js-livr-extra-rules/issues"
},
"homepage": "https://github.com/koorchik/js-livr-extra-rules#readme",
"devDependencies": {
"ava": "^5.3.1",
"livr": "^2.7.1"
},
"ava": {
"files": [
"tests/*.js"
]
},
"nyc": {
"check-coverage": true,
"per-file": true,
"lines": 85,
"statements": 85,
"functions": 85,
"branches": 85,
"exclude": [
"tests/*.js"
]
}
}