mirror of
https://github.com/vercel/eve.git
synced 2026-09-20 05:35:39 +08:00
e080659de5
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
52 lines
1.2 KiB
JSON
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"
|
|
}
|
|
}
|