-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.09 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
{
"name": "hitogui",
"version": "24.11",
"description": "HITO search interface",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "serve",
"fmt": "prettier -w *.md *.html js css scripts --cache && xmllint --format scripts/preprocess.xsl -o scripts/preprocess.xsl",
"lint": "oxlint js node",
"doc": "jsdoc js README.md -d doc",
"download": "wget -N https://hitontology.eu/public/2024-05-hito_diagram.svg -P img --no-verbose",
"pre": "xslt3 -s:img/2024-05-hito_diagram.svg -xsl:scripts/preprocess.xsl -o:img/diagram.svg",
"test": "vitest run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hitontology/gui.git"
},
"keywords": [
"search"
],
"author": "Konrad Höffner",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/hitontology/gui/issues"
},
"homepage": "https://github.com/hitontology/gui#readme",
"devDependencies": {
"jsdoc": "^4.0.3",
"oxlint": "^0.4.1",
"prettier": "^3.2.5",
"serve": "^14.2.3",
"vitest": "^1.6.0",
"xslt-processor": "^3.0.0",
"xslt3": "^2.6.0"
}
}