md-links-gavp
Version:
A library that finds and validates the status of the links inside a markdown file
49 lines (48 loc) • 1.24 kB
JSON
{
"name": "md-links-gavp",
"version": "0.1.2",
"description": "A library that finds and validates the status of the links inside a markdown file",
"main": "src/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "jest --coverage",
"pretest": "npm run eslint",
"eslint": "eslint --ext .js src/ bin/ test/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AngieVenta/CDMX011-md-links.git"
},
"keywords": [
"JavaScript",
"Node",
"Markdown",
"md-links"
],
"author": "Gloria Angélica Venta Pérez",
"license": "MIT",
"bin": {
"md-links": "./bin/cli.js"
},
"bugs": {
"url": "https://github.com/AngieVenta/CDMX011-md-links/issues"
},
"homepage": "https://github.com/AngieVenta/CDMX011-md-links#readme",
"dependencies": {
"axios": "^0.22.0",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.10",
"commander": "^8.2.0",
"figlet": "^1.5.2",
"marked": "^3.0.4"
},
"devDependencies": {
"@babel/eslint-parser": "^7.15.8",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.25.2",
"jest": "^27.2.4"
}
}