Files
beall-11ty/node_modules/@mdit/helper/package.json
2026-03-31 16:38:22 -07:00

57 lines
1.2 KiB
JSON

{
"name": "@mdit/helper",
"version": "0.23.1",
"description": "Helper functions for MarkdownIt plugins",
"keywords": [
"helper",
"markdown-it"
],
"homepage": "https://mdit-plugins.github.io/",
"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/helper"
},
"files": [
"dist"
],
"type": "module",
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./package.json": "./package.json"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@types/markdown-it": "^14.1.2"
},
"peerDependencies": {
"markdown-it": "^14.1.0"
},
"peerDependenciesMeta": {
"markdown-it": {
"optional": true
}
},
"engines": {
"node": ">= 20"
},
"scripts": {
"build": "tsdown --config-loader unrun",
"clean": "rimraf ./dist"
}
}