Files
2026-07-13 13:34:48 +08:00

26 lines
502 B
JSON

{
"name": "examples",
"version": "1.0.0",
"type": "module",
"description": "",
"main": "index.js",
"scripts": {
"start": "tsx start.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@botpress/client": "workspace:^",
"@botpress/zai": "^2.0.8",
"@bpinternal/zui": "1.3.1",
"chalk": "^4.1.2",
"llmz": "link:..",
"lodash": "^4.17.21",
"promise-parallel-throttle": "^3.5.0"
},
"devDependencies": {
"tsx": "^4.19.2"
}
}