mirror of
https://github.com/aaif-goose/goose.git
synced 2026-07-03 14:10:03 +02:00
a36ca9a07b
Co-authored-by: Jack Amadeo <jamadeo@squareup.com>
30 lines
609 B
JSON
30 lines
609 B
JSON
{
|
|
"name": "@block/goose-acp",
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"generate": "tsx generate-schema.ts",
|
|
"lint": "tsc --noEmit",
|
|
"format": "prettier --write src/"
|
|
},
|
|
"dependencies": {
|
|
"zod": "^3.25.76"
|
|
},
|
|
"peerDependencies": {
|
|
"@agentclientprotocol/sdk": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@agentclientprotocol/sdk": "^0.14.1",
|
|
"@hey-api/openapi-ts": "^0.92.3",
|
|
"prettier": "^3.8.1",
|
|
"tsx": "^4.21.0",
|
|
"typescript": "~5.9.3"
|
|
}
|
|
}
|