linkinator
Version:
Find broken links, missing images, etc in your HTML. Scurry around your site and find all those broken links.
68 lines (67 loc) • 1.49 kB
JSON
{
"name": "linkinator",
"description": "Find broken links, missing images, etc in your HTML. Scurry around your site and find all those broken links.",
"version": "6.1.4",
"license": "MIT",
"repository": "JustinBeckwith/linkinator",
"author": "Justin Beckwith",
"exports": "./build/src/index.js",
"types": "./build/src/index.d.ts",
"type": "module",
"bin": {
"linkinator": "./build/src/cli.js"
},
"scripts": {
"pretest": "npm run build",
"prepare": "husky && npm run build",
"coverage": "vitest run --coverage",
"build": "tsc -p .",
"test": "vitest",
"fix": "biome check --write .",
"lint": "biome check .",
"docs-test": "node build/src/cli.js ./README.md"
},
"dependencies": {
"chalk": "^5.0.0",
"escape-html": "^1.0.3",
"gaxios": "^6.0.0",
"glob": "^10.3.10",
"htmlparser2": "^10.0.0",
"marked": "^13.0.0",
"meow": "^13.0.0",
"mime": "^4.0.0",
"server-destroy": "^1.0.1",
"srcset": "^5.0.0"
},
"devDependencies": {
"@biomejs/biome": "^2.0.4",
"@types/escape-html": "^1.0.1",
"@types/server-destroy": "^1.0.1",
"@vitest/coverage-v8": "^3.2.4",
"execa": "^9.0.0",
"husky": "^9.0.11",
"nock": "^13.2.1",
"semantic-release": "^24.0.0",
"strip-ansi": "^7.0.1",
"typescript": "^5.5.2",
"vitest": "^3.2.4"
},
"engines": {
"node": ">=18"
},
"files": [
"build/src"
],
"keywords": [
"404",
"html",
"hyperlink",
"links",
"seo",
"url",
"broken link checker",
"broken",
"link",
"checker"
]
}