UNPKG

markdown-link-validator-api

Version:

Tool to read, validate, and analyze files in Markdown format.

42 lines (41 loc) 943 B
{ "name": "markdown-link-validator-api", "version": "0.1.0", "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": "Mariem Padron", "license": "ISC", "engines": { "node": ">=16.x" }, "repository": { "type": "git", "url": "https://github.com/mjpadron11/DEV007-md-links.git" }, "bootcamp": { "createdAt": "2023-06-20T14:05:58.211Z", "version": "6.3.0", "commit": "e129ade681adff8cbb19f82e63f688fef2f08f32" }, "dependencies": { "axios": "^1.4.0", "cli-table": "^0.3.11", "colors": "^1.4.0", "markdown-link-extractor": "^3.1.0", "marked": "^6.0.0" }, "scripts": { "test": "jest --verbose --coverage" }, "devDependencies": { "jest": "^29.6.2" } }