UNPKG

@jboxman/asciidoc-aware-link-check

Version:
51 lines (50 loc) 1.24 kB
{ "name": "@jboxman/asciidoc-aware-link-check", "version": "2.0.0", "description": "Test the links in your Asciidoc files.", "main": "index.js", "scripts": { "test": "tape test/**/*.test.js", "check-version": "node check-version.js", "postinstall": "npm run-script check-version" }, "bin": { "asciidoc-aware-link-check": "./asciidoc-aware-link-check" }, "engines": { "node": ">= 10" }, "keywords": [ "asciidoc", "adoc", "links", "asciidoctor" ], "author": "Jason Boxman <jasonb@edseek.com> (http://linkedin.com/in/jboxman)", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/jboxman/asciidoc-aware-link-check.git" }, "bugs": { "url": "https://github.com/jboxman/asciidoc-aware-link-check/issues" }, "homepage": "http://edseek.com/docs/projects/asciidoc-aware-link-check/", "publishConfig": { "access": "public" }, "dependencies": { "asciidoctor": "^2.2.5", "async": "^3.2.1", "chalk": "^4.1.2", "commander": "^8.2.0", "js-yaml": "^4.1.0", "link-check": "^4.4.7", "progress": "^2.0.3", "semver": "^7.3.5" }, "devDependencies": { "esm": "^3.2.25", "riteway": "^6.3.1" } }