10 lines
218 B
JSON
10 lines
218 B
JSON
{
|
|
"name": "rodeo-pkg",
|
|
"description": "The package manager for rodeo",
|
|
"version": "0.1.2",
|
|
"build": "sh build.sh",
|
|
"build": "sh build-static.sh",
|
|
"dependencies": {
|
|
"build": { "commands": ["go"] }
|
|
}
|
|
}
|