forked from hazelcast/hz-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 919 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
27
{
"name": "hazelcast-docs-playbook",
"version": "1.0.0",
"description": "Hazelcast Antora project.",
"author": "Jake Cahill",
"license": "ISC",
"scripts": {
"build": "antora --to-dir docs --fetch antora-playbook.yml",
"build-local": "antora --to-dir test --fetch antora-playbook-local.yml",
"check-links-local": "antora --fetch --to-dir test --log-level=error --log-failure-level=error --extension=@jcahills/antora-link-checker check-links-playbook.yml",
"serve": "serve test",
"expose": "ngrok http 5000"
},
"devDependencies": {
"@antora/cli": "^3.1.1",
"@antora/site-generator": "^3.1.1",
"@asciidoctor/core": "^2.0.0",
"@djencks/antora-aggregate-collector": "^0.1.0-beta.1",
"@jcahills/antora-link-checker": "^1.0.1",
"asciidoctor-kroki": "^0.10.0",
"ngrok": "^5.0.0-beta.2",
"serve": "^14.2.4"
},
"dependencies": {
"redoc": "^2.1.4"
}
}