13 lines
295 B
JSON
13 lines
295 B
JSON
{
|
|
"name": "tofu",
|
|
"description": "A package manager for the ZereneOS Unofficial User Repository",
|
|
"authors": ["huntedbytheirs"],
|
|
"license": "BSD-3-Clause",
|
|
"targetType": "executable",
|
|
"targetName": "tofu",
|
|
"dependencies": {
|
|
"toml": "~>1.0.0"
|
|
},
|
|
"buildOptions": ["warningsAsErrors"]
|
|
}
|