{
  "name": "img-link-checker",
  "version": "1.2.0",
  "description": "Check any file for broken links and images",
  "main": "index.js",
  "engines": {
    "node": ">=8.x.x"
  },
  "scripts": {
    "lint": "node ./node_modules/.bin/eslint *.js **/*.js",
    "patch": "npm version patch -m \"Bumped up package version to %s\" && git push && git push origin --tags && npm publish",
    "minor": "npm version minor -m \"Bumped up package version to %s\" && git push && git push origin --tags && npm publish",
    "major": "npm version major -m \"Bumped up package version to %s\" && git push && git push origin --tags && npm publish",
    "test": "node ./tests/links.test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Marketionist/img-link-checker"
  },
  "keywords": [
    "check links",
    "check-links",
    "find broken links",
    "find-broken-links",
    "img link checker",
    "img-link-checker",
    "image link checker",
    "image-link-checker",
    "check links in md",
    "check-links-in-md"
  ],
  "author": "Dmytro Shpakovskyi",
  "license": "MIT",
  "dependencies": {
    "axios": "^1.7.4"
  },
  "devDependencies": {
    "eslint": "^8.57.0"
  }
}
