@netlify/framework-info
Version:
Framework detection utility
22 lines (21 loc) • 442 B
JSON
{
"id": "brunch",
"name": "Brunch",
"category": "build_tool",
"detect": {
"npmDependencies": ["brunch"],
"excludedNpmDependencies": [],
"configFiles": ["brunch-config.js"]
},
"dev": {
"command": "brunch watch --server",
"port": 3333,
"pollingStrategies": [{ "name": "TCP" }, { "name": "HTTP" }]
},
"build": {
"command": "brunch build",
"directory": "public"
},
"env": {},
"plugins": []
}