{
  "name": "@1interface/chat-core",
  "version": "0.2.0",
  "license": "UNLICENSED",
  "type": "module",
  "sideEffects": false,
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/aiatcore/1interface-chat.git",
    "directory": "packages/chat-core"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@microsoft/fetch-event-source": "^2.0.1",
    "@1interface/shared-core": "^0.2.0"
  },
  "peerDependencies": {
    "@reduxjs/toolkit": "^2.0.0",
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0",
    "react-redux": "^9.0.0"
  },
  "devDependencies": {
    "@rollup/plugin-terser": "^1.0.0",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.2",
    "@types/node": "^24.12.4",
    "@types/react": "^19.2.15",
    "@types/react-dom": "^19.2.3",
    "@vitejs/plugin-react": "5.1.1",
    "@vitest/ui": "4.1.0",
    "jsdom": "^27.4.0",
    "terser": "5.46.1",
    "typescript": "~5.9.3",
    "vite": "7.3.2",
    "vite-plugin-dts": "^4.5.4",
    "vitest": "4.1.0"
  },
  "scripts": {
    "build": "vite build",
    "dev": "vite build --watch",
    "test": "vitest",
    "test:ui": "vitest --ui",
    "postinstall": "rm -rf node_modules/react node_modules/react-dom 2>/dev/null || true"
  }
}