{
  "id": "metalsmith",
  "name": "Metalsmith",
  "category": "static_site_generator",
  "detect": {
    "npmDependencies": ["metalsmith"],
    "excludedNpmDependencies": [],
    "configFiles": []
  },
  "dev": {},
  "build": {
    "command": "metalsmith",
    "directory": "build"
  },
  "env": {},
  "plugins": []
}
