Files
2025-10-25 12:39:30 +02:00

30 lines
517 B
JSON

{
"name": "katex",
"main": ["dist/katex.js", "dist/katex.css"],
"homepage": "https://katex.org/",
"description": "Fast math typesetting for the web.",
"moduleType": ["amd", "globals", "node"],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/KaTeX/KaTeX.git"
},
"ignore": [
"**/.*",
"/*.js",
"/*.json",
"/*.md",
"!/README.md",
"/*.sh",
"/package.json",
"/Makefile",
"/test",
"/src",
"/contrib",
"/dockers",
"/submodules",
"/static",
"/website"
]
}