UNPKG

md-maria-links

Version:

library in charge of reading and parsing files in Markdown Format

44 lines (43 loc) 980 B
{ "name": "md-maria-links", "version": "1.0.3", "engines": { "node": ">=16.x" }, "bootcamp": { "createdAt": "2023-02-07T18:15:01.196Z", "version": "5.5.0", "commit": "a63a770ea33332882790401851df337734b0b734" }, "description": "library in charge of reading and parsing files in Markdown Format", "main": "./cli.js", "directories": { "test": "test" }, "author": "Maria Higuera", "license": "ISC", "bin": { "start-md-Links": "./cli.js" }, "dependencies": { "colors": "^1.4.0", "eslint": "^8.35.0", "fs": "^0.0.1-security", "jest": "^29.5.0" }, "keywords": [ "node.js", "http", "mdlinks", "Markdown" ], "repository": { "type": "git", "url": "git+https://github.com/mariahiguera2210/DEV003-md-links" }, "scripts": { "eslint": "eslint --ext .js test/", "pretest": "npm run eslint", "test": "jest --verbose --coverage" } }