{
	"$schema": "https://json.schemastore.org/package.json",
	"name": "bvandevliet.link-finder",
	"description": "Find and repair broken links throughout your website.",
	"version": "2026.07.29",
	"author": "Bob Vandevliet",
	"license": "MIT",
	"type": "module",
	"packageManager": "pnpm@10.12.4",
	"scripts": {
		"install": "composer install -o",
		"up-all": "pnpm up --latest && composer update --with-all-dependencies --bump-after-update -o",
		"build": "composer dump-autoload -o"
	},
	"devDependencies": {
		"@eslint/js": "^9.39.2",
		"@eslint/json": "^0.14.0",
		"eslint": "^9.39.2",
		"globals": "^17.0.0"
	}
}