61 lines
1.2 KiB
JSON
61 lines
1.2 KiB
JSON
{
|
|
"name": "@docmd/plugin-math",
|
|
"version": "0.8.12",
|
|
"description": "Mathematics (KaTeX/LaTeX) plugin for docmd.",
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"docmd": {
|
|
"key": "math",
|
|
"kind": "plugin",
|
|
"displayName": "Math",
|
|
"tagline": "Mathematics (KaTeX/LaTeX) plugin for docmd.",
|
|
"capabilities": [
|
|
"markdown",
|
|
"assets"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"build": "tsc"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"dependencies": {
|
|
"katex": "^0.17.0",
|
|
"markdown-it-texmath": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@docmd/api": "workspace:*"
|
|
},
|
|
"keywords": [
|
|
"docmd",
|
|
"plugin",
|
|
"math",
|
|
"latex",
|
|
"katex",
|
|
"markdown",
|
|
"documentation",
|
|
"minimalist",
|
|
"zero-config",
|
|
"site-generator",
|
|
"docs"
|
|
],
|
|
"author": {
|
|
"name": "Ghazi",
|
|
"url": "https://mgks.dev"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/docmd-io/docmd.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/docmd-io/docmd/issues"
|
|
},
|
|
"homepage": "https://docmd.io",
|
|
"funding": "https://github.com/sponsors/mgks",
|
|
"license": "MIT"
|
|
} |