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
+27
View File
@@ -0,0 +1,27 @@
{
"name": "@botpresshub/knowledge",
"scripts": {
"check:type": "tsc --noEmit",
"build": "bp add -y && bp build",
"test": "vitest --run"
},
"private": true,
"dependencies": {
"@botpress/client": "workspace:*",
"@botpress/sdk": "workspace:*",
"json5": "^2.2.3",
"jsonrepair": "^3.10.0"
},
"devDependencies": {
"@botpress/cli": "workspace:*",
"@botpress/common": "workspace:*",
"@botpress/sdk": "workspace:*",
"@botpresshub/llm": "workspace:*",
"@bpinternal/genenv": "0.0.1",
"@types/semver": "^7.3.11",
"semver": "^7.3.8"
},
"bpDependencies": {
"llm": "../../interfaces/llm"
}
}