UNPKG

markdown-it-plugins

Version:

A collection of plug-ins that extend the Markdown-it parser.

78 lines (77 loc) 1.98 kB
{ "name": "markdown-it-plugins", "version": "0.4.0", "description": "", "keywords": [ "markdown", "markdown-it", "markdown-it-plugin", "line-numbers", "container", "plugins", "parser", "attrs" ], "homepage": "https://github.com/libondev/markdown-it-plugins#readme", "bugs": { "url": "https://github.com/libondev/markdown-it-plugins/issues" }, "license": "MIT", "author": "libondev <bon.li@outlook.com>", "repository": { "type": "git", "url": "git+https://github.com/libondev/markdown-it-plugins.git" }, "sideEffects": false, "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "require": "./dist/index.cjs", "import": "./dist/index.mjs", "types": "./dist/index.d.ts" }, "./*": "./dist/*" }, "files": [ "dist", "snapshot" ], "scripts": { "build": "rimraf dist && unbuild", "dev": "vite", "lint": "eslint .", "minify": "zx ./scripts/minify.mjs", "prepublishOnly": "nr build && nr minify", "release": "bumpp --commit --push --tag && pnpm publish" }, "devDependencies": { "@antfu/eslint-config": "^0.18.9", "@antfu/ni": "^0.13.2", "@types/fs-extra": "^9.0.13", "@types/markdown-it": "^12.2.3", "@types/markdown-it-container": "^2.0.5", "@types/node": "^17.0.31", "@types/uglify-js": "^3.13.2", "bumpp": "^7.1.1", "eslint": "^8.14.0", "esno": "^0.14.1", "fast-glob": "^3.2.11", "fs-extra": "^10.1.0", "highlight.js": "^11.5.1", "markdown-it": "^12.3.2", "pnpm": "^6.32.11", "rimraf": "^3.0.2", "sass": "^1.51.0", "typescript": "^4.6.4", "uglify-js": "^3.15.4", "uglifycss": "^0.0.29", "unbuild": "^0.7.4", "vite": "^2.9.8", "zx": "^6.1.0" }, "dependencies": { "markdown-it-container": "^3.0.0" } }