2024-10-19 17:47:59 +08:00
|
|
|
{
|
2024-10-19 18:25:29 +08:00
|
|
|
"name": "hexo-highlighter-shiki",
|
2024-10-19 17:47:59 +08:00
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "A package for Hexo which use Shiki to render code highlight.",
|
|
|
|
"main": "dist/index.js",
|
2024-10-19 18:25:29 +08:00
|
|
|
"files": [
|
|
|
|
"dist",
|
|
|
|
"LICENSE",
|
|
|
|
"README.md",
|
|
|
|
"README_zh-CN.md",
|
|
|
|
"package.json"
|
|
|
|
],
|
2024-10-19 17:47:59 +08:00
|
|
|
"scripts": {
|
|
|
|
"build": "node ./build.mjs"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2024-10-19 18:25:29 +08:00
|
|
|
"url": "git+https://github.com/HPCesia/hexo-highlighter-shiki.git"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/HPCesia/hexo-highlighter-shiki",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/HPCesia/hexo-highlighter-shiki/issues"
|
2024-10-19 17:47:59 +08:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"hexo",
|
|
|
|
"shiki",
|
|
|
|
"code",
|
|
|
|
"highlight"
|
|
|
|
],
|
|
|
|
"author": "HPCesia",
|
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/node": "^22.7.6",
|
|
|
|
"esbuild": "^0.24.0",
|
|
|
|
"typescript": "^5.6.3"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"shiki": "^1.22.0"
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"hexo": "^7.0.0"
|
|
|
|
}
|
|
|
|
}
|