{
  "name": "md-links-daniandp",
  "version": "0.1.5node",
  "description": "libreria para comporbar el estado de los links en documentos markdown",
  "main": "src/mdLinks.js",
  "author": {
    "name": "Daniela Andrade",
    "url": "https://github.com/daniandp"
  },
  "engines": {
    "node": ">=16.x"
  },
  "scripts": {
    "start": "node src/mdLinks.js",
    "eslint": "eslint --ext .js src/ test/",
    "pretest": "npm run eslint",
    "test": "jest --coverage"
  },
  "license": "ISC",

  "bugs": {
    "url": "https://github.com/daniandp/LIM018-md-links/issues"
  },
  "homepage": "https://github.com/daniandp/LIM018-md-links#readme",
  "keywords": [
    "javascript",
    "nodejs",
    "node",
    "markdown"
  ],

  "bin": {
    "md-links": "./src/cli.js"
  },
  "devDependencies": {
    "eslint": "^8.22.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.26.0",
    "jest": "^28.1.3"
  },
  "dependencies": {
    "axios": "^0.27.2"
  }
}
