69 lines
1.7 KiB
JSON
69 lines
1.7 KiB
JSON
{
|
|
"name": "@copilotkit/a2ui-renderer",
|
|
"private": false,
|
|
"version": "1.54.0",
|
|
"description": "A2UI Renderer for CopilotKit - render A2UI surfaces in React applications",
|
|
"homepage": "https://github.com/CopilotKit/CopilotKit",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/CopilotKit/CopilotKit.git",
|
|
"directory": "packages/a2ui-renderer"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"license": "MIT",
|
|
"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",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"keywords": [
|
|
"copilotkit",
|
|
"a2ui",
|
|
"react",
|
|
"ai",
|
|
"ui",
|
|
"renderer"
|
|
],
|
|
"dependencies": {
|
|
"@a2ui/lit": "^0.8.1",
|
|
"clsx": "^2.1.1",
|
|
"markdown-it": "^14.1.0",
|
|
"zod": "^3.25.75"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18 || ^19 || ^19.0.0-rc",
|
|
"react-dom": "^18 || ^19 || ^19.0.0-rc"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/react": "^16.0.0",
|
|
"tsdown": "^0.20.3",
|
|
"@types/markdown-it": "^14.1.2",
|
|
"@types/react": "^19.2.3",
|
|
"@types/react-dom": "^19.2.3",
|
|
"jsdom": "^26.1.0",
|
|
"typescript": "5.9.2",
|
|
"vitest": "^3.2.4"
|
|
},
|
|
"main": "./dist/index.cjs",
|
|
"module": "./dist/index.mjs",
|
|
"scripts": {
|
|
"build": "tsdown",
|
|
"check-types": "tsc --noEmit -p tsconfig.json",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest",
|
|
"test:coverage": "vitest run --coverage",
|
|
"publint": "publint .",
|
|
"attw": "attw --pack . --profile node16"
|
|
}
|
|
} |