-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (40 loc) · 930 Bytes
/
package.json
File metadata and controls
41 lines (40 loc) · 930 Bytes
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
{
"name": "base-bailey-json",
"version": "1.0.0",
"description": "",
"main": "src/app.js",
"type": "module",
"scripts": {
"lint": "eslint . --no-ignore",
"dev": "npm run lint && nodemon ./src/app.js",
"start": "node ./src/app.js"
},
"keywords": [],
"dependencies": {
"@builderbot/bot": "1.3.14",
"@builderbot/provider-baileys": "1.3.14",
"@google/generative-ai": "^0.24.1",
"dotenv": "16.4.7",
"elevenlabs": "^1.50.2",
"fluent-ffmpeg": "^2.1.3",
"groq-sdk": "^0.9.1",
"mssql": "^11.0.1",
"node-cron": "^3.0.3",
"node-fetch": "^3.3.2",
"openai": "^4.77.0",
"sharp": "0.33.5"
},
"overrides": {
"sharp": "0.33.5"
},
"devDependencies": {
"eslint": "8.57.0",
"eslint-plugin-builderbot": "latest",
"nodemon": "3.1.0"
},
"author": "",
"license": "ISC",
"optionalDependencies": {
"@img/sharp-win32-x64": "0.33.5"
}
}