@netlify/framework-info
Version:
Framework detection utility
22 lines (21 loc) • 423 B
JSON
{
"id": "roots",
"name": "Roots",
"category": "static_site_generator",
"detect": {
"npmDependencies": ["roots"],
"excludedNpmDependencies": [],
"configFiles": []
},
"dev": {
"command": "roots watch",
"port": 1111,
"pollingStrategies": [{ "name": "TCP" }, { "name": "HTTP" }]
},
"build": {
"command": "roots compile",
"directory": "public"
},
"env": {},
"plugins": []
}