-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "create-antora-starter",
"version": "1.0.0",
"description": "Antora Starter",
"bin": {
"create-antora-starter": "bin/cli.js"
},
"scripts": {
"build": "node ./bin/builder.js",
"watcher": "node ./bin/watcher.js"
},
"devDependencies": {
"@antora/cli": "2.3",
"@antora/site-generator-default": "^2.3.4",
"antora-site-generator-lunr": "^0.6.1",
"asciidoctor-kroki": "^0.14.0",
"browser-sync": "^2.27.5",
"js-yaml": "^4.1.0"
},
"engines": {
"node": ">=14.15.1"
},
"dependencies": {
"antora-lunr": "^0.8.0"
},
"main": "watcher.js",
"keywords": [
"antora",
"starter",
"lunr",
"hotreload"
],
"author": "Arne Backstein",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/arnebackstein/create-antora-starter.git"
},
"bugs": {
"url": "https://github.com/arnebackstein/create-antora-starter/issues"
},
"homepage": "https://github.com/arnebackstein/create-antora-starter#readme"
}