{ "name": "@botpress/chat", "version": "1.0.0", "description": "Botpress Chat API Client", "license": "MIT", "repository": { "url": "https://github.com/botpress/botpress" }, "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "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", "jose": "^6.1.3", "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/lodash": "^4.14.191", "@types/qs": "^6.9.7", "@types/uuid": "^9.0.1", "@types/verror": "^1.10.6", "@types/web": "^0.0.115", "@types/ws": "^8.5.10", "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": "^20.19.0 || ^22.12.0 || >=23.0.0" }, "packageManager": "pnpm@10.29.3" }