bytemd/packages/plugin-highlight-ssr/package.json

40 lines
929 B
JSON

{
"name": "@bytemd/plugin-highlight-ssr",
"version": "1.20.0",
"description": "ByteMD plugin to highlight code blocks (SSR compatible)",
"repository": {
"type": "git",
"url": "https://github.com/bytedance/bytemd.git",
"directory": "packages/plugin-highlight-ssr"
},
"license": "MIT",
"author": "Rongjian Zhang",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"./locales/*": "./locales/*",
"./lib/locales/*": "./locales/*"
},
"main": "./dist/index.js",
"jsdelivr": "./dist/index.umd.js",
"unpkg": "./dist/index.umd.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist",
"locales"
],
"dependencies": {
"rehype-highlight": "^6.0.0"
},
"devDependencies": {
"bytemd": "workspace:*"
},
"peerDependencies": {
"bytemd": "^1.5.0"
}
}