Documentation should be done

This commit is contained in:
Daniel Kluge
2023-11-02 18:29:04 +01:00
parent 591cf6662b
commit 819a0b1a72
21 changed files with 571 additions and 29 deletions
+3
View File
@@ -5,6 +5,7 @@
"main": "dist/index.js",
"scripts": {
"build": "npx tsc",
"docs": "npx typedoc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
@@ -33,6 +34,8 @@
"@types/node": "^20.8.2",
"@types/uuid": "^9.0.6",
"typedoc": "^0.25.3",
"typedoc-plugin-extras": "^3.0.0",
"typedoc-plugin-rename-defaults": "^0.7.0",
"typescript": "^5.2.2"
},
"dependencies": {