Files
vercel__eve/packages/eve-buzz-acp-adapter/package.json
T
github-actions[bot] e080659de5 Version Packages (#3529)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-09-18 23:36:30 +00:00

52 lines
1.2 KiB
JSON

{
"name": "@eve/buzz-acp-adapter",
"version": "0.0.33",
"description": "Buzz ACP compatibility adapter for eve agents.",
"keywords": [
"acp",
"agent-client-protocol",
"buzz",
"eve"
],
"homepage": "https://github.com/vercel/eve#readme",
"bugs": {
"url": "https://github.com/vercel/eve/issues"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/vercel/eve.git",
"directory": "packages/eve-buzz-acp-adapter"
},
"bin": {
"eve-buzz-acp-adapter": "./dist/cli.js"
},
"files": [
"dist",
"NOTICE",
"README.md"
],
"type": "module",
"sideEffects": true,
"publishConfig": {
"access": "public"
},
"scripts": {
"clean": "rm -rf dist",
"build": "pnpm run clean && tsc -p tsconfig.build.json",
"prepack": "pnpm run build && node ../../scripts/copy-package-license.mjs .",
"test": "pnpm run test:unit",
"test:unit": "vitest run --config vitest.config.ts",
"typecheck": "tsc -p tsconfig.json --noEmit"
},
"dependencies": {
"eve": "workspace:^"
},
"devDependencies": {
"vitest": "catalog:"
},
"engines": {
"node": ">=24"
}
}