{"library":"hexo-server","install":[{"cmd":"npm install hexo-server","imports":["const pluginInit = require('hexo-server');\n// hexo.init(); // Assuming hexo instance is available\n// pluginInit(hexo); // This is how Hexo's core registers the plugin","const startServerCommand = require('hexo-server/lib/server');\n// To run programmatically, you'd need a Hexo instance:\n// const hexo = require('hexo');\n// const instance = new hexo(process.cwd());\n// instance.init().then(() => startServerCommand(instance.args));"]},{"cmd":"yarn add hexo-server","imports":[]},{"cmd":"pnpm add hexo-server","imports":[]}]}