markdown-url-checker
Version:
The lib takes care of checking every link inside a markdown file to see if they're all up.
36 lines (35 loc) • 767 B
JSON
{
"name": "markdown-url-checker",
"version": "1.0.1",
"description": "The lib takes care of checking every link inside a markdown file to see if they're all up.",
"main": "./cli.js",
"bin": {
"markdown-url-checker": "./cli.js"
},
"preferGlobal": true,
"scripts": {
"test": "jest ./test",
"cli": "node cli.js ./arquivos/texto1.md"
},
"type": "commonjs",
"keywords": [
"Markdown",
"URL",
"Links",
"Test",
"Checker",
"Analyzer"
],
"author": "Thiago S. Souza <thiago2508ss@gmail.com> (https://github.com/thiago-ss)",
"license": "ISC",
"dependencies": {
"chalk": "^4.1.2",
"node-fetch": "^3.2.6"
},
"resolutions": {
"chalk": "^4.1.2"
},
"devDependencies": {
"jest": "^28.1.1"
}
}