aboutsummaryrefslogtreecommitdiff
path: root/static/package.json
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-09-05 00:56:07 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-09-05 01:23:14 +0200
commit1bdc242638609f52086fee5084d339642c207108 (patch)
tree506817ba0f487f298f9ab5803ac09b6d53394600 /static/package.json
parentAdd test for path-append without components. (diff)
downloadcalp-1bdc242638609f52086fee5084d339642c207108.tar.gz
calp-1bdc242638609f52086fee5084d339642c207108.tar.xz
Add build step for jsdoc.
Diffstat (limited to 'static/package.json')
-rw-r--r--static/package.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/static/package.json b/static/package.json
index 81db3a61..46f262f8 100644
--- a/static/package.json
+++ b/static/package.json
@@ -1,4 +1,7 @@
{
+ "name": "calp",
+ "version": "0.1",
+ "private": true,
"devDependencies": {
"@types/uuid": "^8.3.1"
},
@@ -6,6 +9,8 @@
"madge": "^5.0.1"
},
"dependencies": {
+ "@microsoft/tsdoc": "^0.14.2",
+ "typedoc": "^0.24.6",
"uuid": "^8.3.2"
}
}