carmenl-md-links
Version:
Tool to read, validate, and analyze files in Markdown format.
45 lines (44 loc) • 1.01 kB
JSON
{
"name": "carmenl-md-links",
"version": "0.1.2",
"description": "Tool to read, validate, and analyze files in Markdown format.",
"main": "index.js",
"bin": {
"mdLinks": "./app.js"
},
"keywords": [
"node.js",
"http",
"mdlinks",
"project"],
"author": "Carmen Luna",
"license": "ISC",
"engines": {
"node": ">=16.x"
},
"repository": {
"type": "git",
"url": "https://github.com/CarmenLunaP/DEV007-md-links-CLLP.git"
},
"bootcamp": {
"createdAt": "2023-06-20T14:05:58.211Z",
"version": "6.3.0",
"commit": "e129ade681adff8cbb19f82e63f688fef2f08f32"
},
"dependencies": {
"axios": "^1.4.0",
"chalk": "^5.3.0",
"colors": "^1.4.0",
"markdown-it": "^13.0.1",
"markdown-link-extractor": "^3.1.0",
"md-links": "github:CarmenLunaP/DEV007-md-links-CLLP",
"ts-node": "^10.9.1"
},
"scripts": {
"start": "node index.js",
"test": "jest --verbose --coverage"
},
"devDependencies": {
"jest": "^29.6.1"
}
}