{
  "name": "site-link-auditor",
  "version": "3.0.4",
  "type": "module",
  "main": "dist/index.js",
  "exports": {
    ".": "./dist/index.js"
  },
  "scripts": {
    "build": "tsc",
    "start": "node --max-old-space-size=8096 dist/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lizik1/site-link-auditor.git"
  },
  "keywords": [
    "check links",
    "find broken links",
    "img link checker",
    "image link checker",
    "link checker",
    "link-checker",
    "link auditor",
    "check site link"
  ],
  "author": "Elizaveta Vaysberg",
  "license": "ISC",
  "dependencies": {
    "node-fetch": "^3.3.2"
  },
  "devDependencies": {
    "ts-node": "^10.0.0",
    "typescript": "^4.0.0"
  }
}