generated from simochee/create-docsify-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.16 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "docsify-shiki",
"description": "Replace syntax highlight with Shiki",
"keywords": [
"docsify",
"shiki"
],
"repository": {
"type": "git",
"url": "git+https://github.com/simochee/docsify-shiki.git"
},
"license": "MIT",
"author": {
"name": "simochee",
"email": "lollipop@simochee.net",
"url": "https://simochee.net"
},
"type": "module",
"main": "lib/docsify-shiki.js",
"files": [
"lib",
"themes",
"langs"
],
"scripts": {
"build": "rollup -c",
"generate": "node ./scripts/generate.mjs",
"watch": "rollup -c -w"
},
"release": {
"branches": [
"main"
]
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-terser": "^0.4.4",
"@shikijs/types": "^1.27.2",
"lefthook": "^1.10.8",
"rollup": "^4.30.1",
"sort-package-json": "^2.14.0"
},
"packageManager": "pnpm@10.0.0+sha512.b8fef5494bd3fe4cbd4edabd0745df2ee5be3e4b0b8b08fa643aa3e4c6702ccc0f00d68fa8a8c9858a735a0032485a44990ed2810526c875e416f001b17df12b",
"volta": {
"node": "20.10.0"
}
}