linkcheck-bin
Version:
An npm-installable wrapper for @filiph's linkcheck, a reasonably fast link checker.
61 lines (60 loc) • 1.47 kB
JSON
{
"name": "linkcheck-bin",
"version": "3.0.0-2",
"description": "An npm-installable wrapper for @filiph's linkcheck, a reasonably fast link checker.",
"keywords": [
"linkcheck",
"cli",
"front-end",
"bin",
"binary",
"wrapper"
],
"homepage": "https://github.com/tylerbutler/linkcheck-bin",
"repository": {
"type": "git",
"url": "git+https://github.com/tylerbutler/linkcheck-bin.git"
},
"license": "MIT",
"author": {
"name": "Tyler Butler",
"email": "tyler@tylerbutler.com",
"url": "https://github.com/tylerbutler"
},
"type": "module",
"exports": "./index.js",
"types": "./index.d.ts",
"bin": {
"linkcheck": "lib/cli.js"
},
"files": [
"index.js",
"index.d.ts",
"lib"
],
"scripts": {
"bump": "npm --no-git-tag-version version",
"bump:prerelease": "npm --no-git-tag-version version prerelease",
"postinstall": "node lib/install.js",
"linkcheck": "node lib/cli.js --check-anchors https://tylerbutler.com",
"lint": "eslint .",
"test": "mocha",
"prepack": "concurrently npm:lint npm:test"
},
"dependencies": {
"careful-downloader": "^3.0.0",
"log-symbols": "^7.0.0",
"read-package-up": "^11.0.0"
},
"devDependencies": {
"@eslint/js": "^9.26.0",
"concurrently": "^9.1.2",
"eslint": "^9.26.0",
"globals": "^16.1.0",
"mocha": "^11.2.2"
},
"engines": {
"node": ">=18.0.0"
},
"linkcheckVersion": "3.0.0"
}