md-links-danielarocha
Version:
libreria para analizar archivos.md
47 lines (46 loc) • 1.05 kB
JSON
{
"name": "md-links-danielarocha",
"version": "0.1.4",
"engines": {
"node": ">=16.x"
},
"bootcamp": {
"createdAt": "2022-11-30T13:40:29.636Z",
"version": "5.5.0",
"commit": "51e941edf1cc991930aefd7dd9c406a7c43741c1"
},
"description": "libreria para analizar archivos.md",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "jest --coverage --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DanielaRoch/DEV002-md-links.git"
},
"keywords": [
"mdlinks",
"modulo",
"npm",
"pack",
"markdown"
],
"author": "Daniela Rocha",
"license": "ISC",
"bugs": {
"url": "https://github.com/DanielaRoch/DEV002-md-links/issues"
},
"homepage": "https://github.com/DanielaRoch/DEV002-md-links#readme",
"bin": {
"md-links-danielarocha": "cli.js"
},
"dependencies": {
"axios": "^1.3.4",
"chalk": "^4.1.2",
"colors": "^1.4.0",
"jest": "^29.4.3"
}
}