UNPKG

linkquest-cli

Version:

Linkquest CLI is the CLI version of Linkquest, which provides you with an easy way to get all of the valid and invalid links on a single page or an entire site through the command line.

45 lines (44 loc) 993 B
{ "name": "linkquest-cli", "version": "1.0.2", "description": "Linkquest CLI is the CLI version of Linkquest, which provides you with an easy way to get all of the valid and invalid links on a single page or an entire site through the command line.", "main": "index.js", "bin": { "linkquest": "bin/linkquest-cli.js" }, "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "https://github.com/robertcorponoi/linkquest-cli" }, "keywords": [ "link", "links", "check", "valid", "invalid", "host", "url", "website", "page", "analyitcs", "cli", "command", "line" ], "author": "Robert Corponoi", "license": "MIT", "devDependencies": { "chai": "^4.2.0", "mocha": "^7.1.1", "shelljs": "^0.8.3" }, "dependencies": { "commander": "^5.0.0", "fs-extra": "^9.0.0", "linkquest": "^1.0.2", "puppeteer": "^3.0.0" } }