-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 851 Bytes
/
package.json
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
{
"name": "base-app",
"version": "1.0.0",
"description": "",
"type": "module",
"scripts": {
"start": "node ./dist/app.js",
"dev": "nodemon src/app.ts",
"build": "npx rollup -c"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@builderbot-plugins/telegram": "^1.0.0",
"@builderbot/bot": "1.0.6-alpha.0",
"@builderbot/provider-baileys": "1.0.6-alpha.0",
"chatgpt": "^5.2.5",
"date-fns": "^3.3.1",
"dotenv": "^16.4.5",
"multer": "1.4.5-lts.1",
"openai": "^4.27.0"
},
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"eslint": "^8.57.0",
"eslint-plugin-bot-whatsapp": "^1.0.0",
"eslint-plugin-builderbot": "1.0.6-alpha.0",
"nodemon": "^3.1.0",
"rollup": "^4.10.0",
"rollup-plugin-typescript2": "^0.36.0",
"tsx": "^4.7.1"
}
}