feat(documentation-directory): add typed markdown directory ingestion with author normalization and test coverage

This commit is contained in:
2026-05-02 09:43:51 +00:00
parent 179ccd3883
commit 58c786cbec
19 changed files with 7949 additions and 17889 deletions
+17 -14
View File
@@ -3,23 +3,24 @@
"version": "1.0.2",
"private": false,
"description": "A tool for converting git directory structures into navigable documentation sites.",
"exports": {
".": "./dist_ts/index.js"
},
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
"author": "Lossless GmbH",
"author": "Task Venture Capital GmbH <hello@task.vc>",
"license": "MIT",
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web --allowimplicitany)",
"buildDocs": "(tsdoc)"
"test": "tstest test/",
"build": "tsbuild --web",
"buildDocs": "tsdoc"
},
"devDependencies": {
"@git.zone/tsbuild": "^2.1.25",
"@git.zone/tsbundle": "^2.0.5",
"@git.zone/tsdoc": "^1.1.10",
"@git.zone/tstest": "^1.0.44",
"@push.rocks/tapbundle": "^5.0.3",
"@types/node": "^17.0.41"
"@git.zone/tsbuild": "^4.4.0",
"@git.zone/tsdoc": "^2.0.3",
"@git.zone/tstest": "^3.6.3",
"@types/node": "^25.6.0"
},
"browserslist": [
"last 1 chrome versions"
@@ -33,13 +34,15 @@
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
".smartconfig.json",
"license",
"npmextra.json",
"readme.md"
],
"dependencies": {
"@push.rocks/smartfile": "^10.0.2",
"@push.rocks/smartmarkdown": "^3.0.0",
"@tsclass/tsclass": "^4.0.3"
"@push.rocks/smartfile": "^13.1.3",
"@push.rocks/smartmarkdown": "^3.1.0",
"@tsclass/tsclass": "^9.5.1"
},
"keywords": [
"documentation",
@@ -55,4 +58,4 @@
"type": "git",
"url": "https://code.foss.global/push.rocks/smartdocumentation.git"
}
}
}