@netlify/framework-info
Version:
Framework detection utility
22 lines (21 loc) • 416 B
JSON
{
"id": "harp",
"name": "Harp",
"category": "static_site_generator",
"detect": {
"npmDependencies": ["harp"],
"excludedNpmDependencies": [],
"configFiles": []
},
"dev": {
"command": "harp server",
"port": 9000,
"pollingStrategies": [{ "name": "TCP" }, { "name": "HTTP" }]
},
"build": {
"command": "harp compile",
"directory": "www"
},
"env": {},
"plugins": []
}