You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

36 lines
762 B

{
"name": "@neilsustc/markdown-it-katex",
"version": "1.0.0",
"description": "Fast math support for markdown-it with KaTeX",
"main": "index.js",
"scripts": {
"watch": "watchify browser.js -o bundle.js -v",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:yzhang-gh/markdown-it-katex.git"
},
"keywords": [
"markdown",
"KaTeX",
"math",
"LaTeX",
"markdown-it-plugin",
"markdown-it"
],
"author": "Yu Zhang @yzhang-gh",
"license": "MIT",
"dependencies": {
"katex": "*"
},
"devDependencies": {
"jest": "^27.0.4",
"markdown-it": "^12.0.6",
"markdown-it-testgen": "^0.1.6"
},
"peerDependencies": {
"katex": "0",
"markdown-it": ">=6"
}
}