We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77fdbcc commit f9204e1Copy full SHA for f9204e1
package.json
@@ -1,10 +1,18 @@
1
{
2
"name": "create-hexo",
3
"version": "0.4.0",
4
- "description": "Hexo site initializer",
+ "description": "Hexo site initializer. (`npm create hexo`) ",
5
"keywords": [
6
"hexo",
7
- "initializer"
+ "initializer",
8
+ "npm",
9
+ "pnpm",
10
+ "yarn",
11
+ "script",
12
+ "cli",
13
+ "create",
14
+ "init",
15
+ "typescript"
16
],
17
"homepage": "https://github.com/hexojs/create-hexo",
18
"bugs": {
@@ -65,6 +73,6 @@
65
73
"typescript": "^5.7.3"
66
74
},
67
75
"engines": {
68
- "node": ">=20"
76
+ "node-lts": ">=20"
69
77
}
70
78
0 commit comments