{
  "name": "@botpress/chat",
  "version": "0.5.5",
  "description": "Botpress Chat API Client",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "license": "MIT",
  "repository": {
    "url": "https://github.com/botpress/botpress"
  },
  "scripts": {
    "check:type": "tsc --noEmit",
    "generate": "ts-node -T ./openapi.ts ./src/gen",
    "build:type": "tsc -p ./tsconfig.build.json",
    "build:browser": "ts-node -T ./build.ts --browser",
    "build:node": "ts-node -T ./build.ts --node",
    "build": "pnpm build:type && pnpm build:node && pnpm build:browser",
    "test:e2e": "vitest run --config vitest.config.ts"
  },
  "dependencies": {
    "axios": "1.2.5",
    "browser-or-node": "^2.1.1",
    "event-source-polyfill": "^1.0.31",
    "eventsource": "^2.0.2",
    "jsonwebtoken": "^9.0.2",
    "qs": "^6.11.0",
    "verror": "^1.10.1",
    "zod": "^3.21.4"
  },
  "devDependencies": {
    "@botpress/chat-api": "workspace:*",
    "@types/event-source-polyfill": "^1.0.2",
    "@types/eventsource": "^1.1.12",
    "@types/json-schema": "^7.0.12",
    "@types/jsonwebtoken": "^9.0.3",
    "@types/lodash": "^4.14.191",
    "@types/qs": "^6.9.7",
    "@types/uuid": "^9.0.1",
    "@types/verror": "^1.10.6",
    "@types/web": "^0.0.115",
    "dotenv": "^16.4.4",
    "esbuild": "^0.25.10",
    "esbuild-plugin-polyfill-node": "^0.3.0",
    "lodash": "^4.17.21",
    "uuid": "^9.0.0"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "packageManager": "pnpm@10.12.4"
}
