{
  "name": "hexo-filter-mathjax",
  "version": "0.11.0",
  "description": "Server side MathJax renderer plugin for Hexo.",
  "main": "index.js",
  "scripts": {
    "test": "mocha test/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/next-theme/hexo-filter-mathjax.git"
  },
  "keywords": [
    "math",
    "mathjax",
    "renderer",
    "hexo"
  ],
  "author": "Mimi <stevenjoezhang@gmail.com> (https://zhangshuqiao.org)",
  "readme": "https://github.com/next-theme/hexo-filter-mathjax#readme",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/next-theme/hexo-filter-mathjax/issues"
  },
  "homepage": "https://github.com/next-theme/hexo-filter-mathjax",
  "dependencies": {
    "@mathjax/mathjax-mhchem-font-extension": "4.1.2",
    "@mathjax/src": "4.1.2"
  },
  "devDependencies": {
    "chai": "6.2.2",
    "mocha": "11.7.6"
  }
}
