markdown_link_checker_sc
Version:
30 lines (29 loc) • 594 B
JSON
{
"name": "markdown_link_checker_sc",
"version": "0.0.138",
"description": "Markdown Link Checker",
"main": "index.js",
"scripts": {
"test": "test"
},
"type": "module",
"keywords": [
"link",
"checker",
"markdown"
],
"repository": {
"type": "git",
"url": "git+https://github.com/hamishwillee/markdown_link_checker_sc.git"
},
"bin": {
"markdown_link_checker_sc": "./index.js"
},
"author": "Hamish Willee",
"license": "MIT",
"dependencies": {
"commander": "^10.0.0",
"normalize-path": "^3.0.0",
"prompt-sync": "^4.2.0"
}
}