{ "name": "@copilotkit/react-core", "private": false, "publishConfig": { "access": "public" }, "version": "0.18.0", "sideEffects": false, "main": "./dist/index.js", "module": "./dist/index.mjs", "exports": { ".": "./dist/index.js" }, "types": "./dist/index.d.ts", "license": "MIT", "scripts": { "build": "tsup --clean", "dev": "tsup --watch --no-splitting", "test": "jest", "check-types": "tsc --noEmit", "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist && rm -rf .next" }, "peerDependencies": { "react": "^18.2.0" }, "devDependencies": { "@types/jest": "^29.5.4", "@types/react": "^18.2.5", "eslint": "^7.32.0", "eslint-config-custom": "workspace:*", "jest": "^29.6.4", "react": "^18.2.0", "ts-jest": "^29.1.1", "tsconfig": "workspace:*", "tsup": "^6.7.0", "typescript": "^5.1.3" }, "dependencies": { "@copilotkit/shared": "workspace:*", "nanoid": "^4.0.2" } }