@netlify/framework-info
Version:
Framework detection utility
22 lines (21 loc) • 433 B
JSON
{
"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": []
}