{ "scripts": { "check:links": "linkinator ./build/site --config linkinator.config.json", "preview": "http-server build/site -c-1 -p 5001", "build": "antora generate --clean --fetch --noproxy '*' antora-playbook.yml" }, "devDependencies": { "@antora/cli": "3.1.7", "@antora/lunr-extension": "1.0.0-alpha.8", "@antora/site-generator": "3.1.7", "asciidoctor-kroki": "0.18.1", "http-server": "14.1.1", "linkinator": "6.0.4" } }