64 lines
1.3 KiB
JSON
64 lines
1.3 KiB
JSON
{
|
|
"name": "@mdit/plugin-attrs",
|
|
"version": "0.25.1",
|
|
"description": "attrs plugin for MarkdownIt",
|
|
"keywords": [
|
|
"attrs",
|
|
"markdown-it",
|
|
"markdown-it-plugin"
|
|
],
|
|
"homepage": "https://mdit-plugins.github.io/attrs.html",
|
|
"bugs": {
|
|
"url": "https://github.com/mdit-plugins/mdit-plugins/issues"
|
|
},
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "Mr.Hope",
|
|
"email": "mister-hope@outlook.com",
|
|
"url": "https://mister-hope.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mdit-plugins/mdit-plugins.git",
|
|
"directory": "packages/attrs"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"type": "module",
|
|
"sideEffects": false,
|
|
"unpkg": "./dist/cdn.umd.js",
|
|
"jsdelivr": "./dist/cdn.umd.js",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.js"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"@types/markdown-it": "^14.1.2",
|
|
"@mdit/helper": "0.23.1"
|
|
},
|
|
"devDependencies": {
|
|
"@mdit/plugin-katex": "0.25.1"
|
|
},
|
|
"peerDependencies": {
|
|
"markdown-it": "^14.1.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"markdown-it": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"engines": {
|
|
"node": ">= 20"
|
|
},
|
|
"scripts": {
|
|
"build": "tsdown --config-loader unrun",
|
|
"clean": "rimraf ./dist"
|
|
}
|
|
} |