UNPKG

showdown-mathjax

Version:
37 lines 768 B
{ "name": "showdown-mathjax", "version": "1.0.7", "description": "Showdown Extensions for mathjax", "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "author": "Pho Thin Maung", "license": "Apache-2.0", "keywords": [ "Markdown", "Showdown", "MathJax" ], "repository": { "type": "git", "url": "git+https://github.com/phothinmg/showdown-mathjax.git" }, "devDependencies": { "@changesets/cli": "^2.27.1", "@types/node": "^20.10.5", "@types/showdown": "^2.0.6", "tsup": "^8.0.2", "typescript": "^5.3.3" }, "dependencies": { "showdown": "^2.1.0" }, "scripts": { "build": "tsup" } }