Files
copilotkit__copilotkit/packages/v2/agent/package.json
2026-03-12 22:32:04 +00:00

60 lines
1.7 KiB
JSON

{
"name": "@copilotkitnext/agent",
"version": "1.54.0",
"deprecated": "This package is deprecated. Use @copilotkit/agent instead. V2 features are being integrated into the main @copilotkit exports and will be available under the /v2 subpath.",
"description": "Basic Agent for CopilotKit",
"main": "./dist/index.cjs",
"types": "./dist/index.d.cts",
"type": "module",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"./package.json": "./package.json"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsdown",
"dev": "tsdown --watch",
"lint": "eslint .",
"check-types": "tsc --noEmit",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"publint": "publint .",
"attw": "attw --pack . --profile node16"
},
"devDependencies": {
"@copilotkitnext/eslint-config": "workspace:*",
"@copilotkitnext/typescript-config": "workspace:*",
"@types/node": "^22.15.3",
"@valibot/to-json-schema": "^1.5.0",
"@vitest/coverage-v8": "^3.2.4",
"arktype": "^2.1.29",
"eslint": "^9.30.0",
"tsdown": "^0.20.3",
"typescript": "5.8.2",
"valibot": "^1.2.0",
"vitest": "^3.0.5"
},
"dependencies": {
"@ag-ui/client": "0.0.47",
"@ai-sdk/anthropic": "^3.0.49",
"@ai-sdk/google": "^3.0.33",
"@ai-sdk/mcp": "^1.0.21",
"@ai-sdk/openai": "^3.0.36",
"@copilotkitnext/shared": "workspace:*",
"@modelcontextprotocol/sdk": "^1.18.2",
"ai": "^6.0.104",
"rxjs": "7.8.1",
"zod": "^3.25.75"
},
"engines": {
"node": ">=18"
},
"module": "./dist/index.mjs"
}