59 lines
1.3 KiB
JSON
59 lines
1.3 KiB
JSON
{
|
|
"name": "@mdit/plugin-container",
|
|
"version": "0.22.1",
|
|
"description": "container plugin for MarkdownIt",
|
|
"keywords": [
|
|
"markdown-it",
|
|
"markdown-it-plugin",
|
|
"container"
|
|
],
|
|
"homepage": "https://mdit-plugins.github.io/container.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/container"
|
|
},
|
|
"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"
|
|
},
|
|
"peerDependencies": {
|
|
"markdown-it": "^14.1.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"markdown-it": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"engines": {
|
|
"node": ">= 18"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"build": "rollup -c rollup.config.ts --configPlugin esbuild",
|
|
"clean": "rimraf ./lib"
|
|
}
|
|
} |