We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
package.json
I have a probably easy question. What does the custom field hexo in package.json do? I couldn't find if it is documented somewhere.
hexo
"hexo": { "version": "4.2.1" },
Thanks! My full package.json file can be found below.
Please check followings before submitting a new issue.
hexo version
Node.js & npm version
Your site _config.yml (Optional)
_config.yml
Your theme _config.yml (Optional)
Hexo and Plugin version(npm ls --depth 0)
npm ls --depth 0
Your package.json package.json
{ "private": true, "version": "2.0.0", "scripts": { "hexo": "hexo", "new": "hexo new post", "serve": "hexo serve", "deploy": "hexo deploy -g", "clean": "hexo clean" }, "dependencies": { "hexo": "^4.2.1", "hexo-browsersync": "^0.3.0", "hexo-cli": "^3.1.0", "hexo-deployer-git": "^2.1.0", "hexo-generator-archive": "^1.0.0", "hexo-generator-category": "^1.0.0", "hexo-generator-feed": "^2.2.0", "hexo-generator-index": "^1.0.0", "hexo-generator-sitemap": "^2.0.0", "hexo-generator-tag": "^1.0.0", "hexo-renderer-ejs": "^1.0.0", "hexo-renderer-jade": "^0.5.0", "hexo-renderer-marked": "^2.0.0", "hexo-renderer-stylus": "^1.1.0", "hexo-server": "^1.0.0" }, "hexo": { "version": "4.2.1" }, "volta": { "node": "15.5.0" } }
The text was updated successfully, but these errors were encountered:
There is a discussion about it: hexojs/hexo-cli#249 I'm closing this issue. Please join the discussion there :)
Sorry, something went wrong.
No branches or pull requests
I have a probably easy question. What does the custom field
hexo
inpackage.json
do? I couldn't find if it is documented somewhere.Thanks! My full
package.json
file can be found below.Check List
Please check followings before submitting a new issue.
hexo version
to check)Question
Environment & Settings
Node.js & npm version
Your site
_config.yml
(Optional)Your theme
_config.yml
(Optional)Hexo and Plugin version(
npm ls --depth 0
)Your package.json
package.json
Others
The text was updated successfully, but these errors were encountered: