{
  "name": "ekoai-sdk",
  "version": "0.11.1",
  "type": "module",
  "exports": {
    ".": "./dist/ekoai-sdk.js",
    "./umd": "./dist/ekoai-sdk.umd.cjs"
  },
  "main": "dist/ekoai-sdk.umd.cjs",
  "module": "dist/ekoai-sdk.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist-esm",
    "dist-umd"
  ],
  "scripts": {
    "dev": "vite",
    "dapi": "tsx watch src/server.ts",
    "build": "vite build",
    "build:w": "vite build --watch",
    "lint": "eslint .",
    "preview": "vite preview",
    "check:types": "tsc --noEmit",
    "chakra:gen": "chakra typegen ./src/components/ui/system.ts",
    "test": "playwright test",
    "test:ui": "playwright test --ui",
    "test:headed": "playwright test --headed",
    "test:debug": "playwright test --debug",
    "test:report": "playwright show-report",
    "pcg": "playwright codegen http://localhost:5173"
  },
  "dependencies": {
    "@chakra-ui/react": "^3.25.0",
    "@emotion/cache": "^11.14.0",
    "@emotion/react": "^11.14.0",
    "@emotion/styled": "^11.14.1",
    "@fortawesome/fontawesome-svg-core": "^6.7.2",
    "@fortawesome/free-solid-svg-icons": "^6.7.2",
    "@fortawesome/pro-light-svg-icons": "^6.7.2",
    "@fortawesome/pro-regular-svg-icons": "^6.7.2",
    "@fortawesome/pro-solid-svg-icons": "^6.7.2",
    "@fortawesome/react-fontawesome": "^0.2.2",
    "@tailwindcss/vite": "^4.0.3",
    "@tanstack/react-query": "^5.66.0",
    "crypto-js": "^4.2.0",
    "date-fns": "^4.1.0",
    "highlight.js": "^11.11.1",
    "js-sha256": "^0.11.0",
    "linkify-react": "^4.3.2",
    "linkifyjs": "^4.3.2",
    "lodash": "^4.17.21",
    "motion": "^12.0.6",
    "next-themes": "^0.4.4",
    "re-resizable": "^6.11.2",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-error-boundary": "^6.0.0",
    "react-icons": "^5.4.0",
    "react-ios-corners": "^1.0.0",
    "react-lottie": "^1.2.10",
    "react-markdown": "^9.0.3",
    "react-shadow": "^20.6.0",
    "react-use-measure": "^2.1.7",
    "rehype-external-links": "^3.0.0",
    "rehype-highlight": "^7.0.2",
    "rehype-katex": "^7.0.1",
    "rehype-raw": "^7.0.0",
    "remark-gfm": "^4.0.0",
    "remark-math": "^6.0.0",
    "socket.io-client": "^4.8.1",
    "tiny-events": "^1.0.1",
    "universal-websocket-client": "^1.0.3",
    "uuid": "^11.0.5",
    "zustand": "^5.0.3"
  },
  "devDependencies": {
    "@chakra-ui/cli": "^3.6.0",
    "@eslint/js": "^9.17.0",
    "@playwright/test": "^1.56.1",
    "@types/body-parser": "^1.19.6",
    "@types/cors": "^2.8.19",
    "@types/crypto-js": "^4.2.2",
    "@types/express": "^5.0.3",
    "@types/lodash": "^4.17.15",
    "@types/node": "^22.13.1",
    "@types/react": "^18.3.18",
    "@types/react-dom": "^18.3.5",
    "@types/react-lottie": "^1.2.10",
    "@vitejs/plugin-react": "^4.3.4",
    "body-parser": "^2.2.0",
    "cors": "^2.8.5",
    "eslint": "^9.17.0",
    "eslint-plugin-react-hooks": "^5.0.0",
    "eslint-plugin-react-refresh": "^0.4.16",
    "express": "^5.1.0",
    "globals": "^15.14.0",
    "rollup-plugin-visualizer": "^6.0.3",
    "terser": "^5.43.1",
    "tsx": "^4.20.5",
    "typescript": "^5.6.2",
    "typescript-eslint": "^8.18.2",
    "unified": "^11.0.5",
    "vite": "^6.0.5",
    "vite-plugin-css-injected-by-js": "^3.5.2",
    "vite-plugin-dts": "^4.5.4",
    "vite-tsconfig-paths": "^5.1.4"
  },
  "packageManager": "pnpm@9.9.0"
}