mdv
Version:
Markdown Validator
46 lines (45 loc) • 931 B
JSON
{
"name": "mdv",
"version": "1.3.4",
"description": "Markdown Validator",
"main": "index.js",
"scripts": {
"test": "node testRunner -f test/fail test/pass",
"lint": "npx eslint *.js",
"lint:fix": "npx eslint *.js --fix"
},
"bin": {
"mdv": "./mdv.js"
},
"keywords": [
"markdown",
"validator",
"validation",
"link",
"links",
"image",
"images",
"a11y",
"accessibility"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Mermade/mdv.git"
},
"author": "Mike Ralphson <mike.ralphson@gmail.com>",
"license": "BSD-3-Clause",
"dependencies": {
"abnf": "0.0.5",
"cheerio": "^1.0.0-rc.12",
"glob": "^7.1.6",
"jgexml": "^0.4.2",
"markdown-it": "^13.0.2",
"open": "^8.2.1",
"rich-text-diff": "^0.2.3",
"yaml": "^2.3.3",
"yargs": "^17.7.2"
},
"devDependencies": {
"node-readfiles": "^0.2.0"
}
}