{ "name": "mycrib-api", "description": "MyCrib API (Go)", "scripts": {}, "healthchecks": { "web": [ { "type": "startup", "name": "web check", "path": "/api/health/", "attempts": 3, "wait": 5, "timeout": 30, "content": "healthy" } ] } }