{ "name": "@ohmycv/markdown-it-katex", "version": "0.1.1", "description": "Fast math support for markdown-it with KaTeX", "keywords": [ "markdown", "KaTeX", "math", "LaTeX", "markdown-it-plugin", "markdown-it" ], "homepage": "https://github.com/Renovamen/oh-my-cv/tree/main/packages/markdown-it-katex", "bugs": { "url": "https://github.com/Renovamen/oh-my-cv" }, "repository": { "type": "git", "url": "git+https://github.com/Renovamen/oh-my-cv.git", "directory": "packages/markdown-it-katex" }, "license": "MIT", "author": "Renovamen ", "files": [ "dist" ], "exports": { "types": "./dist/index.d.ts", "require": "./dist/index.js", "import": "./dist/index.mjs" }, "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "scripts": { "build-fast:pkg": "tsup src/index.ts --format cjs,esm", "build:pkg": "pnpm run build-fast:pkg --dts" }, "dependencies": { "@renovamen/utils": "workspace:*", "katex": "^0.16.11" }, "devDependencies": { "@types/katex": "^0.16.7", "@types/markdown-it": "^14.1.1", "markdown-it": "^14.1.0" }, "publishConfig": { "access": "public" } }