@netlify/framework-info
Version:
Framework detection utility
18 lines (17 loc) • 318 B
JSON
{
"id": "metalsmith",
"name": "Metalsmith",
"category": "static_site_generator",
"detect": {
"npmDependencies": ["metalsmith"],
"excludedNpmDependencies": [],
"configFiles": []
},
"dev": {},
"build": {
"command": "metalsmith",
"directory": "build"
},
"env": {},
"plugins": []
}