aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json
index 0927da7..4d1df42 100644
--- a/package.json
+++ b/package.json
@@ -7,6 +7,7 @@
"scripts": {
"clean": "rm -rf node_modules packages/*/node_modules packages/client/dist",
"dev": "concurrently -k --kill-others-on-fail \"yarn workspace client serve\" \"yarn workspace server dev\"",
+ "doc": "yarn typedoc",
"build": "yarn workspace client build",
"start": "yarn workspace server start",
"test": "jest --verbose"
@@ -24,6 +25,8 @@
"fs-extra": "^10.0.0",
"jest": "^27.0.6",
"ts-jest": "^27.0.3",
+ "typedoc": "^0.21.4",
+ "typedoc-theme-slick-dark": "^1.0.1",
"typescript": "^4.3.5"
}
}