UNPKG

@traptitech/markdown-it-katex

Version:
36 lines (35 loc) 871 B
{ "name": "@traptitech/markdown-it-katex", "version": "3.6.0", "description": "Fast math support for markdown-it with KaTeX", "main": "index.js", "types": "index.d.ts", "scripts": { "watch": "watchify browser.js -o bundle.js -v", "test": "uvu" }, "repository": { "type": "git", "url": "git+ssh://git@github.com:traPtitech/markdown-it-katex.git" }, "keywords": [ "markdown", "KaTeX", "math", "LaTeX", "markdown-it-plugin", "markdown-it" ], "author": "traP", "license": "MIT", "dependencies": { "katex": "^0.16.0" }, "devDependencies": { "@types/katex": "^0.14.0", "@types/markdown-it": "^12.0.1", "markdown-it": "^13.0.1", "markdown-it-testgen": "^0.1.6", "uvu": "^0.5.3" } }