first pass at raw, text files

This commit is contained in:
2023-05-06 14:31:28 -07:00
parent a936a2a32f
commit 4061b40eb4
11 changed files with 4675 additions and 7 deletions

View File

@@ -5,25 +5,26 @@
"registry": "https://gitea.home.jbrumond.me/api/packages/doc-utils/npm/"
},
"scripts": {
"tsc": "tsc"
"tsc": "tsc",
"clean": "rm -rf ./build"
},
"bin": {
"docs2website": "./bin/docs2website"
},
"exports": "./build/index.js",
"devDependencies": {
"@types/dompurify": "^2.3.3",
"@types/jsdom": "^20.0.0",
"@types/katex": "^0.16.0",
"@types/luxon": "^3.1.0",
"@types/marked": "^4.0.3",
"@types/node": "^18.11.18",
"@types/mustache": "^4.2.2",
"@types/node": "^18.16.3",
"@types/prismjs": "^1.26.0",
"@types/qrcode": "^1.5.0",
"typescript": "^5.0.4"
},
"dependencies": {
"@doc-utils/markdown2html": "^0.1.0",
"glob": "^10.2.2",
"luxon": "^3.3.0",
"mustache": "^4.2.0",
"yaml": "^2.2.2"
}
}