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

56 lines
1.5 KiB
JSON

{
"name": "@copilotkitnext/shared",
"version": "1.54.0",
"deprecated": "This package is deprecated. Use @copilotkit/shared instead. V2 features are being integrated into the main @copilotkit exports and will be available under the /v2 subpath.",
"description": "Shared utilities and types for CopilotKit2",
"main": "./dist/index.cjs",
"types": "./dist/index.d.cts",
"type": "module",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"./package.json": "./package.json"
},
"unpkg": "./dist/index.umd.js",
"jsdelivr": "./dist/index.umd.js",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsdown",
"dev": "tsdown --watch",
"lint": "eslint .",
"check-types": "tsc --noEmit",
"test": "vitest run",
"test:watch": "vitest",
"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",
"arktype": "^2.1.29",
"eslint": "^9.30.0",
"tsdown": "^0.20.3",
"typescript": "5.8.2",
"valibot": "^1.2.0",
"vitest": "^4.0.18",
"zod": "^3.25.75",
"zod-to-json-schema": "^3.24.6"
},
"dependencies": {
"@ag-ui/client": "0.0.47",
"@standard-schema/spec": "^1.1.0",
"partial-json": "^0.1.7",
"uuid": "^11.1.0"
},
"engines": {
"node": ">=18"
},
"module": "./dist/index.mjs"
}