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
+4
View File
@@ -5,6 +5,7 @@
"main": "dist/index.js",
"scripts": {
"build": "npx tsc",
"docs": "npx typedoc",
"start": "node dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
@@ -31,6 +32,9 @@
"license": "ISC",
"devDependencies": {
"@types/express": "^4.17.20",
"typedoc": "^0.25.3",
"typedoc-plugin-extras": "^3.0.0",
"typedoc-plugin-rename-defaults": "^0.7.0",
"typescript": "^5.2.2"
},
"dependencies": {