md-links-carmen
Version:
A command line tool for which reads and parses Markdown files, to verify the links they contain and to report some statistics.
46 lines (45 loc) • 1.2 kB
JSON
{
"name": "md-links-carmen",
"version": "0.1.4",
"description": "A command line tool for which reads and parses Markdown files, to verify the links they contain and to report some statistics.",
"type": "module",
"main": "index.js",
"bin": {
"md-links": "./index.js"
},
"keywords": [
"mdlinks",
"cli",
"markdown"
],
"directories": {
"test": "test"
},
"scripts": {
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/carmen0810/LIM017-md-links"
},
"author": "Carmen Herrera",
"email": "carmen.herrera.anicama@gmail.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/carmen0810/LIM017-md-links/issues"
},
"homepage": "https://github.com/carmen0810/LIM017-md-links#readme",
"dependencies": {
"chalk": "^5.0.0",
"commander": "^8.3.0",
"figlet": "^1.5.2",
"inquirer": "^8.2.0",
"jest": "^27.4.7",
"jsdom": "^19.0.0",
"node-dir": "^0.1.17",
"node-fetch": "^3.1.0",
"nodemon": "^2.0.15",
"remarkable": "^2.0.1"
},
"devDependencies": {}
}