regen docs to reflect change of ownership in repo. Added how to gen docs in readme

This commit is contained in:
2024-12-31 02:01:35 +00:00
parent bd252c3aed
commit 27b6abc928
46 changed files with 168 additions and 98 deletions
+4 -1
View File
@@ -1,4 +1,7 @@
{
"scripts": {
"docs": "npx typedoc"
},
"devDependencies": {
"@types/node": "^22.10.2",
"d4h-typescript": "file:lib",
@@ -6,4 +9,4 @@
"typedoc": "^0.27.5",
"typescript": "^5.7.2"
}
}
}