aboutsummaryrefslogtreecommitdiff
path: root/static/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'static/package.json')
-rw-r--r--static/package.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/static/package.json b/static/package.json
index 81db3a61..f671def1 100644
--- a/static/package.json
+++ b/static/package.json
@@ -1,11 +1,18 @@
{
+ "name": "calp",
+ "version": "0.1",
+ "private": true,
"devDependencies": {
+ "@mxssfd/typedoc-theme": "^1.1.2",
"@types/uuid": "^8.3.1"
},
"optionalDependencies": {
+ "comment-json": "^4.2.3",
"madge": "^5.0.1"
},
"dependencies": {
+ "@microsoft/tsdoc": "^0.14.2",
+ "typedoc": "^0.24.6",
"uuid": "^8.3.2"
}
}