{
  "name": "markdown_link_checker_sc",
  "version": "0.0.145",
  "description": "Markdown Link Checker",
  "main": "index.js",
  "scripts": {
    "test": "node --experimental-test-module-mocks --test --test-reporter spec tests/unit/*.test.js tests/integration/*.test.js"
  },
  "type": "module",
  "keywords": [
    "link",
    "checker",
    "markdown"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hamishwillee/markdown_link_checker_sc.git"
  },
  "bin": {
    "markdown_link_checker_sc": "./index.js"
  },
  "author": "Hamish Willee",
  "license": "MIT",
  "dependencies": {
    "commander": "^10.0.0",
    "normalize-path": "^3.0.0",
    "prompt-sync": "^4.2.0"
  }
}
