40 lines
901 B
JSON
40 lines
901 B
JSON
{
|
|
"name": "@bytemd/plugin-highlight",
|
|
"version": "1.20.0",
|
|
"description": "ByteMD plugin to highlight code blocks",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/bytedance/bytemd.git",
|
|
"directory": "packages/plugin-highlight"
|
|
},
|
|
"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": {
|
|
"highlight.js": "^11.7.0"
|
|
},
|
|
"devDependencies": {
|
|
"bytemd": "workspace:*"
|
|
},
|
|
"peerDependencies": {
|
|
"bytemd": "^1.5.0"
|
|
}
|
|
}
|