UNPKG

@netlify/framework-info

Version:
22 lines (21 loc) 433 B
{ "id": "hexo", "name": "Hexo", "category": "static_site_generator", "detect": { "npmDependencies": ["hexo"], "excludedNpmDependencies": [], "configFiles": ["_config.yml"] }, "dev": { "command": "hexo server", "port": 4000, "pollingStrategies": [{ "name": "TCP" }, { "name": "HTTP" }] }, "build": { "command": "hexo generate", "directory": "public" }, "env": {}, "plugins": [] }