Files
2026-05-08 16:42:19 +09:00

13 lines
241 B
JSON

{
"name": "convert-pdf-to-md",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"mathjax-checker:health": "node tools/mathjax-checker/check.mjs --health"
},
"dependencies": {
"mathjax": "4.1.2"
}
}