rdesign/frontend/node_modules/@copilotkitnext/core/package.json

57 lines
1.6 KiB
JSON

{
"name": "@copilotkitnext/core",
"version": "1.54.0",
"deprecated": "This package is deprecated. Use @copilotkit/core instead. V2 features are being integrated into the main @copilotkit exports and will be available under the /v2 subpath.",
"description": "Core web utilities 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"
},
"devDependencies": {
"@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.2.4",
"zod": "^3.25.75",
"@copilotkitnext/eslint-config": "1.54.0",
"@copilotkitnext/typescript-config": "1.54.0"
},
"dependencies": {
"@ag-ui/client": "0.0.47",
"phoenix": "^1.8.4",
"rxjs": "7.8.1",
"zod-to-json-schema": "^3.24.6",
"@copilotkitnext/shared": "1.54.0"
},
"engines": {
"node": ">=18"
},
"module": "./dist/index.mjs",
"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"
}
}