main
1{
2 "name": "hexo-highlighter-shiki",
3 "version": "1.2.3",
4 "description": "A package for Hexo which use Shiki to render code highlight.",
5 "main": "dist/index.js",
6 "files": [
7 "dist",
8 "LICENSE",
9 "README.md",
10 "package.json"
11 ],
12 "scripts": {
13 "build": "node ./build.mjs"
14 },
15 "repository": {
16 "type": "git",
17 "url": "git+https://github.com/HPCesia/hexo-highlighter-shiki.git"
18 },
19 "homepage": "https://github.com/HPCesia/hexo-highlighter-shiki",
20 "bugs": {
21 "url": "https://github.com/HPCesia/hexo-highlighter-shiki/issues"
22 },
23 "keywords": [
24 "hexo",
25 "shiki",
26 "code",
27 "highlight"
28 ],
29 "author": "HPCesia",
30 "license": "MIT",
31 "devDependencies": {
32 "@shikijs/transformers": "^3.8.1",
33 "@types/node": "^22.16.5",
34 "esbuild": "^0.25.8",
35 "shiki": "^3.8.1",
36 "typescript": "^5.8.3"
37 },
38 "peerDependencies": {
39 "hexo": "^7.0.0",
40 "hexo-util": "^3.3.0"
41 }
42}