16 lines
472 B
JSON
16 lines
472 B
JSON
{
|
|
"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.17.0",
|
|
"http-server": "^14.1.1",
|
|
"linkinator": "^5.0.1"
|
|
}
|
|
}
|