Files
docs2website/package.json
2023-04-30 19:12:19 -07:00

30 lines
688 B
JSON

{
"name": "@doc-utils/docs2website",
"version": "0.1.0",
"publishConfig": {
"registry": "https://gitea.home.jbrumond.me/api/packages/doc-utils/npm/"
},
"scripts": {
"tsc": "tsc"
},
"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/prismjs": "^1.26.0",
"@types/qrcode": "^1.5.0",
"typescript": "^5.0.4"
},
"dependencies": {
"@doc-utils/markdown2html": "^0.1.0",
"yaml": "^2.2.2"
}
}