chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:34:48 +08:00
commit 77bb5bf71f
3762 changed files with 353249 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"name": "@botpress/chat-api",
"private": true,
"main": "src/index.ts",
"types": "src/index.ts",
"scripts": {
"check:type": "tsc --noEmit"
},
"devDependencies": {
"@types/json-schema": "^7.0.12",
"@types/lodash": "^4.14.191",
"@types/tmp": "^0.2.3",
"esbuild": "^0.25.10",
"openapi-types": "^12.1.3"
},
"dependencies": {
"@bpinternal/opapi": "1.0.0",
"lodash": "^4.17.21",
"zod": "^3.20.6"
}
}