aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2021-08-02 17:31:26 +0200
committerHampusM <hampus@hampusmat.com>2021-08-02 17:31:26 +0200
commit6483962a67429b25959a61d56f1d460b2e23c951 (patch)
tree0e1e83db549d777945643f97698ffa1f1ace8e0b /package.json
parente1232948eb58c7680a425d2856b1982a05960350 (diff)
Added documentation generation with Typedoc
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"
}
}