UNPKG

@netlify/framework-info

Version:
22 lines (21 loc) 416 B
{ "id": "harp", "name": "Harp", "category": "static_site_generator", "detect": { "npmDependencies": ["harp"], "excludedNpmDependencies": [], "configFiles": [] }, "dev": { "command": "harp server", "port": 9000, "pollingStrategies": [{ "name": "TCP" }, { "name": "HTTP" }] }, "build": { "command": "harp compile", "directory": "www" }, "env": {}, "plugins": [] }