hexo-shiki-highlight
Version:
个人博客[vluv's space](https://vluv.space/)使用的代码高亮插件,基于 [Shiki](https://shiki.style/) 实现。
22 lines (21 loc) • 444 B
JSON
{
"name": "hexo-shiki-highlight",
"version": "1.1.9",
"main": "index.js",
"keywords": [
"hexo",
"hexo-plugin"
],
"scripts": {
"test": "echo \"No tests specified\" && exit 0",
"prepublishOnly": "echo \"Preparing for publish\"",
"postversion": "git push && git push --tags"
},
"author": "GnixAij",
"license": "MIT",
"description": "",
"dependencies": {
"hexo": "^7.3.0",
"shiki": "^1.29.1"
}
}