{
  "name": "@paolahuyo/md-links",
  "version": "1.0.7",
  "description": "Library that reads .md files and validates (--validates) the status of the links inside .md files and can gives links statistics (--stats)",
  "main": "src/md-links.js",
  "files": [
    "src/",
    "md-files/",
    "package-lock.json"
  ],
  "author": {
    "name": "Angela Paola Huyo",
    "email": "di.paolahuyo@gmail.com",
    "url": "https://www.paolahuyo.com.co"
  },
  "license": "MIT",
  "bin": {
    "md-links": "src"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "markdown",
    "mdlinks",
    "mdlinks stats",
    "mdlinks validate",
    "laboratoria mdlinks"
  ],
  "engines": {
    "node": ">=14.x"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/paolahuyo/BOG004-md-links.git"
  },
  "scripts": {
    "dev": "NODE_ENV=development node src/md-links.js",
    "htmlhint": "htmlhint dist/*.html ",
    "eslint": "eslint --ext .js src/ test/",
    "stylelint": "stylelint --aei src/**/*.css",
    "pretest.off": "npm run htmlhint && npm run eslint && npm run stylelint",
    "test": "NODE_ENV=test jest --verbose --coverage",
    "start": "node src/md-links.js",
    "lint": "eslint ./"
  },
  "devDependencies": {
    "@babel/core": "^7.11.4",
    "@babel/preset-env": "^7.11.0",
    "babel-jest": "^27.0.1",
    "eslint": "^8.15.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-jest": "^25.3.0",
    "htmlhint": "^1.0.0",
    "jest": "^27.5.1",
    "regenerator-runtime": "^0.13.1",
    "serve": "^13.0.2",
    "stylelint": "^14.1.0",
    "stylelint-config-recommended": "^6.0.0"
  },
  "jest": {
    "testEnvironment" : "node"
  },
  "dependencies": {
    "cli-color": "^2.0.2",
    "node-fetch": "^2.6.7"
  }
}
