{
  "name": "@omnicalculator/remark-math",
  "version": "5.1.1-cjs",
  "description": "remark plugin to parse and stringify math",
  "license": "MIT",
  "keywords": [
    "unified",
    "remark",
    "remark-plugin",
    "plugin",
    "mdast",
    "markdown",
    "math",
    "katex",
    "latex",
    "tex"
  ],
  "repository": "https://github.com/remarkjs/remark-math/tree/main/packages/remark-math",
  "bugs": "https://github.com/remarkjs/remark-math/issues",
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/unified"
  },
  "author": "Junyoung Choi <fluke8259@gmail.com> (https://rokt33r.github.io)",
  "contributors": [
    "Junyoung Choi <fluke8259@gmail.com> (https://rokt33r.github.io)",
    "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
  ],
  "sideEffects": false,
  "main": "out.js",
  "types": "index.d.ts",
  "files": [
    "index.d.ts",
    "out.js"
  ],
  "dependencies": {
    "@types/mdast": "^3.0.0",
    "esbuild": "^0.15.10",
    "mdast-util-math": "^2.0.0",
    "micromark-extension-math": "^2.0.0",
    "unified": "^10.0.0"
  },
  "scripts": {
    "build": "rimraf \"*.d.ts\" && tsc && esbuild index.js --bundle --platform=node --outfile=out.js && type-coverage",
    "test-api": "node --conditions development test.js",
    "test": "npm run build && npm run test-api"
  },
  "xo": false,
  "typeCoverage": {
    "atLeast": 100,
    "detail": true,
    "strict": true,
    "ignoreCatch": true
  }
}
