forked from apache/incubator-kie-kogito-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 797 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "kogito-docs",
"description": "Kogito documentation and Guides",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/apache/incubator-kie-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.5.0"
}
}