bndd/bpb.json
2025-02-27 15:06:26 +01:00

15 lines
264 B
JSON

{
"name": "bndd",
"version": "1.0",
"description": "The boundaries daemon",
"build": "go build -o package/bndd .",
"dependencies": {
"build_commands": ["go"]
},
"json_file": {
"command": {
"run": "./bndd"
},
"bin": "bndd"
}
}