@botpress/webchat-client
Version:
46 lines (45 loc) • 1.18 kB
JSON
{
"name": "@botpress/webchat-client",
"version": "0.8.0",
"description": "",
"main": "src/index.ts",
"type": "module",
"sideEffects": false,
"repository": {
"url": "https://github.com/botpress/genisys"
},
"scripts": {
"build": "openapi-ts && vite build",
"check:lint": "eslint .",
"fix:lint": "eslint --fix .",
"check:type": "openapi-ts && tsc --noEmit"
},
"types": "./dist/index.d.ts",
"module": "./dist/webchat-client.js",
"exports": {
".": {
"import": "./dist/webchat-client.js",
"require": "./dist/webchat-client.js",
"types": "./dist/index.d.ts"
}
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"eventsource": "^3.0.6"
},
"devDependencies": {
"@bpinternal/webchat-http-client": "0.11.0",
"@hey-api/client-fetch": "^0.10.0",
"@hey-api/openapi-ts": "^0.66.4",
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/event-source-polyfill": "^1.0.2",
"esbuild": "^0.16.12",
"glob": "^11.0.1",
"rollup-plugin-tree-shakeable": "^1.0.3",
"vite": "^5.4.8",
"vite-plugin-dts": "^4.5.4"
}
}