Documentation should be done
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user