-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.29 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "bobobot",
"version": "1.0.0",
"description": "",
"main": "dist/app.js",
"type": "module",
"scripts": {
"start": "pnpm run build && node ./dist/app.js",
"lint": "eslint . --no-ignore",
"dev": "npm run lint && nodemon ./src/app.ts",
"build": "npx rollup -c"
},
"keywords": [],
"dependencies": {
"@builderbot-plugins/fast-embedding": "1.0.0-alpha.0",
"@builderbot-plugins/telegram": "2.0.11-alpha.0",
"@builderbot/bot": "1.1.0",
"@builderbot/provider-baileys": "1.1.0",
"@builderbot/provider-meta": "^1.1.4",
"@elimeleth/builderbot-langchain": "1.3.2-alpha.1",
"@langchain/community": "^0.0.50",
"@langchain/core": "^0.1.61",
"@langchain/openai": "^0.0.28",
"dotenv": "^16.4.5",
"langchain": "^0.1.36",
"openai": "^4.40.1",
"zod": "^3.23.6"
},
"devDependencies": {
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-node-resolve": "15.2.3",
"@types/node": "^20.12.8",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"eslint": "^8.57.0",
"eslint-plugin-builderbot": "latest",
"nodemon": "^3.1.0",
"rollup": "^4.17.2",
"rollup-plugin-typescript2": "^0.36.0",
"tsx": "^4.9.0",
"typescript": "^5.4.5"
},
"author": "",
"license": "ISC"
}