@jozzer182/mdlinks
Version:
A tool for finding and validating links in Markdown files
41 lines (40 loc) • 890 B
JSON
{
"name": "@jozzer182/mdlinks",
"version": "0.1.0",
"engines": {
"node": ">=16.x"
},
"bootcamp": {
"createdAt": "2023-06-20T14:05:58.211Z",
"version": "6.3.0",
"commit": "e129ade681adff8cbb19f82e63f688fef2f08f32"
},
"description": "A tool for finding and validating links in Markdown files",
"main": "index.js",
"bin": "./index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LauriLugo/md-links.git"
},
"keywords": [
"md",
"links",
"laboratoria"
],
"author": "Laura Lorena Lugo",
"license": "ISC",
"bugs": {
"url": "https://github.com/LauriLugo/md-links/issues"
},
"homepage": "https://github.com/LauriLugo/md-links#readme",
"dependencies": {
"fs": "^0.0.1-security",
"jest": "^29.6.1"
}
}