13 lines
357 B
JSON
13 lines
357 B
JSON
{
|
|
"name": "ihuft-build-tools",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "Build-time tools for the IHUFT documentation: KaTeX server-side math renderer invoked by hooks/math_prerender.py via scripts/render_math.js.",
|
|
"scripts": {
|
|
"render-math": "node ../scripts/render_math.js"
|
|
},
|
|
"dependencies": {
|
|
"katex": "^0.16.47"
|
|
}
|
|
}
|