blob: af2a36ea94479856d48fed6703057e1c49888e12 [file] [log] [blame]
{
"name": "kogito-docs",
"description": "Kogito documentation and Guides",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/kiegroup/kogito-docs.git"
},
"scripts": {
"local-install-build": "npm i && npx antora antora-playbook-author.yml --stacktrace",
"local-build": "npx antora antora-playbook-author.yml --stacktrace",
"install-build": "npm i && npx antora antora-playbook.yml --stacktrace",
"build": "npx antora antora-playbook.yml --stacktrace"
},
"keywords": [
"kogito",
"serverless workflow"
],
"author": "KIE",
"dependencies": {
"@antora/cli": "^3.0.1",
"@antora/lunr-extension": "^1.0.0-alpha.6",
"@antora/site-generator": "^3.0.1",
"asciidoctor-emoji": "^0.3.4"
}
}