15 lines
264 B
JSON
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"
|
|
}
|
|
}
|