hexo-highlighter-shiki/package.json
2024-11-13 17:56:20 +08:00

43 lines
938 B
JSON

{
"name": "hexo-highlighter-shiki",
"version": "1.2.2",
"description": "A package for Hexo which use Shiki to render code highlight.",
"main": "dist/index.js",
"files": [
"dist",
"LICENSE",
"README.md",
"package.json"
],
"scripts": {
"build": "node ./build.mjs"
},
"repository": {
"type": "git",
"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"
},
"keywords": [
"hexo",
"shiki",
"code",
"highlight"
],
"author": "HPCesia",
"license": "MIT",
"devDependencies": {
"@shikijs/transformers": "^1.22.0",
"@types/node": "^22.7.6",
"esbuild": "^0.24.0",
"shiki": "^1.22.0",
"typescript": "^5.6.3"
},
"peerDependencies": {
"hexo": "^7.0.0",
"hexo-util": "^3.3.0"
}
}