{ "name": "bndd", "version": "1.0", "description": "The boundaries daemon", "build": "go build -o package/bndd . && go build -o package/bnd-send-command ./send-command/main.go", "build_static": "CGO_ENABLED=0 go build -o package/bndd . && CGO_ENABLED=0 go build -o package/bnd-send-command ./send-command/main.go", "dependencies": { "build_commands": ["go"] }, "json_file": { "command": { "run": "./bndd", "raw-command": "./bnd-send-command" }, "bin": { "run": "bndd", "raw-command": "bnd-send-cmd" }, "wrap_bin": false } }