-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.41 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": "@n0y/degen-trainingsbuch",
"version": "1.0.0",
"description": "= Degen - Trainingsbuch",
"main": "index.js",
"dependencies": {
},
"devDependencies": {
"@antora/cli": "3.1.10",
"@antora/site-generator": "3.1.10",
"@citation-js/plugin-isbn": "0.4.0",
"@citation-js/plugin-pubmed": "0.3.0",
"@djencks/asciidoctor-mathjax": "0.0.9",
"citation-js": "0.7.16",
"npm-run-all2": "6.2.6",
"onchange": "7.1.0",
"rimraf": "5.0.10"
},
"overrides": {
"vinyl-fs": {
"glob-stream": "~7.0"
}
},
"scripts": {
"build:clean": "rimraf build repository/modules/ROOT/pages/practices repository/modules/ROOT/partials/gen",
"build:generate:generate-bibliography": "node src/convert-bibliography.js",
"build:generate:copyProjectFiles": "node src/copy-project-files.js",
"build:generate:practice-pages": "node src/create-practice-pages.js",
"build:antora": "antora antora-playbook.yml",
"build": "run-s build:clean build:generate:* build:antora",
"watch": "onchange 'repository/**/*' 'src/**/*' 'antora-playbook.yml' --exclude-path .gitignore -i -- npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/n0y/degen-trainingsbuch.git"
},
"author": "",
"license": "SEE LICENSE IN LICENSE.adoc",
"bugs": {
"url": "https://github.com/n0y/degen-trainingsbuch/issues"
},
"homepage": "https://www.fintenfisch.de"
}