@netlify/framework-info
Version:
Framework detection utility
22 lines (21 loc) • 442 B
JSON
{
"id": "phenomic",
"name": "Phenomic",
"category": "static_site_generator",
"detect": {
"npmDependencies": ["@phenomic/core"],
"excludedNpmDependencies": [],
"configFiles": []
},
"dev": {
"command": "phenomic start",
"port": 3333,
"pollingStrategies": [{ "name": "TCP" }, { "name": "HTTP" }]
},
"build": {
"command": "phenomic build",
"directory": "public"
},
"env": {},
"plugins": []
}