{ "name": "test", "version": "v1alpha1", "description": "test pack", "engines": { "build": "alpine:3", "deploy": "alpine:3" }, "build_steps": [ "echo \"build step 1\"", "echo \"build step 2\"" ], "deploy_steps": ["cp /tmp/exec.sh .", "chmod +x exec.sh"], "main": "./exec.sh", "author": "test" }