fuc-new/doc/node_modules/@mdit/plugin-mathjax-slim/package.json
hellcat 6adbc04d4b 1
2025-10-03 17:17:08 +08:00

68 lines
1.4 KiB
JSON

{
"name": "@mdit/plugin-mathjax-slim",
"version": "0.23.1",
"description": "mathjax plugin for MarkdownIt",
"keywords": [
"markdown-it",
"markdown-it-plugin",
"mathjax"
],
"homepage": "https://mdit-plugins.github.io/mathjax.html",
"bugs": {
"url": "https://github.com/mdit-plugins/mdit-plugins/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mdit-plugins/mdit-plugins.git",
"directory": "packages/mathjax"
},
"license": "MIT",
"author": {
"name": "Mr.Hope",
"email": "mister-hope@outlook.com",
"url": "https://mister-hope.com"
},
"type": "module",
"exports": {
".": {
"type": "./lib/index.d.ts",
"default": "./lib/index.js"
},
"./package.json": "./package.json"
},
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"files": [
"lib"
],
"dependencies": {
"@types/markdown-it": "^14.1.2",
"upath": "^2.0.1",
"@mdit/plugin-tex": "0.22.1"
},
"devDependencies": {
"mathjax-full": "3.2.2"
},
"peerDependencies": {
"markdown-it": "^14.1.0",
"mathjax-full": "^3.2.2"
},
"peerDependenciesMeta": {
"markdown-it": {
"optional": true
},
"mathjax-full": {
"optional": true
}
},
"engines": {
"node": ">= 18"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "rollup -c rollup.config.ts --configPlugin esbuild",
"clean": "rimraf ./lib"
}
}