mirror of
https://github.com/block/goose.git
synced 2026-07-17 12:56:20 +02:00
a36ca9a07b
Co-authored-by: Jack Amadeo <jamadeo@squareup.com>
20 lines
349 B
JSON
20 lines
349 B
JSON
{
|
|
"name": "@block/goose-acp-server-linux-x64",
|
|
"version": "0.1.0",
|
|
"description": "Goose ACP server binary for Linux x64",
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/block/goose.git"
|
|
},
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"files": [
|
|
"bin/goose-acp-server"
|
|
]
|
|
}
|