markdown2html/package.json
James Brumond ce4c2c171a
All checks were successful
Build and publish / build-and-publish (push) Successful in 20s
0.3.6
2023-08-19 16:03:21 -07:00

40 lines
929 B
JSON

{
"name": "@doc-utils/markdown2html",
"version": "0.3.6",
"publishConfig": {
"registry": "https://gitea.home.jbrumond.me/api/packages/doc-utils/npm/"
},
"scripts": {
"tsc": "tsc",
"clean": "rm -rf ./build"
},
"bin": {
"markdown2html": "./bin/markdown2html"
},
"main": "./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": "^5.0.0",
"@types/node": "^18.11.18",
"@types/prismjs": "^1.26.0",
"@types/qrcode": "^1.5.0",
"typescript": "^5.0.4"
},
"dependencies": {
"bytefield-svg": "^1.6.1",
"dompurify": "^2.3.6",
"jsdom": "^20.0.1",
"katex": "^0.16.7",
"marked": "^5.0.2",
"nomnoml": "^1.5.2",
"pikchr": "^0.0.5",
"prismjs": "^1.29.0",
"qrcode": "^1.5.1",
"vega": "^5.22.1",
"yaml": "^2.2.2"
}
}