UNPKG

giovandyyg

Version:

"Lee y analiza archivos en formato Markdown, para verificar los links que contengan y reportan algunas estadísticas."

46 lines (45 loc) 1.23 kB
{ "name": "giovandyyg", "version": "1.0.0", "description": "\"Lee y analiza archivos en formato Markdown, para verificar los links que contengan y reportan algunas estadísticas.\"", "main": "src/cli.js", "bin": "src/cli.js", "scripts": { "test": "jest --coverage", "build": "babel src -d lib", "type": "module" }, "repository": { "type": "git", "url": "git+https://github.com/Giovandyucg/LIM013-fe-md-links.git" }, "keywords": [ "node", "javascript", "jest", "promesas" ], "author": "Giovand Yucra <yucragavi@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/Giovandyucg/LIM013-fe-md-links/issues" }, "homepage": "https://github.com/Giovandyucg/LIM013-fe-md-links#readme", "devDependencies": { "@babel/cli": "^7.11.6", "@babel/core": "^7.11.6", "@babel/plugin-transform-modules-commonjs": "^7.10.4", "@babel/preset-env": "^7.11.5", "eslint": "^7.10.0", "eslint-config-airbnb-base": "^14.2.0", "eslint-plugin-import": "^2.22.0", "jest": "^26.4.2" }, "dependencies": { "commander": "^6.1.0", "fetch-mock": "^9.10.7", "jsdom": "^16.4.0", "marked": "^1.2.0", "node-fetch": "^2.6.1" } }