chore: add typedoc and use to generate updated documenation when publishing

This commit is contained in:
Stevan Freeborn
2024-03-23 15:44:49 -05:00
parent 90a559a7c8
commit f1a87eb2aa
79 changed files with 16082 additions and 1 deletions
+3 -1
View File
@@ -43,6 +43,7 @@
}
},
"scripts": {
"generate-docs": "typedoc src/index.ts --plugin typedoc-material-theme --themeColor '#194488' --gitRemote github",
"clean": "rimraf dist",
"lint": "eslint --ignore-path .eslintignore --ext .js,.ts .",
"lint-fix": "eslint --fix --ignore-path .eslintignore --ext .js,.ts . --max-warnings=0",
@@ -85,10 +86,11 @@
"sinon": "^15.0.1",
"ts-node": "^10.9.1",
"typedoc": "^0.25.12",
"typedoc-material-theme": "^1.0.2",
"typescript": "^4.9.5"
},
"dependencies": {
"axios": "^1.2.4",
"form-data": "^4.0.0"
}
}
}