-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 803 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 803 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
{
"name": "miemiedera_bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.7.7",
"body": "^5.1.0",
"body-parser": "^1.20.3",
"cohere-ai": "^7.14.0",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"groq-sdk": "^0.7.0",
"mammoth": "^1.8.0",
"mongoose": "^8.8.0",
"ngrok": "^5.0.0-beta.2",
"node-fetch": "^2.7.0",
"node-telegram-bot-api": "^0.66.0",
"nodemon": "^3.1.7",
"officeparser": "^5.0.0",
"parser": "^0.1.4",
"pdf-parse": "^1.1.1",
"pptx2json": "^0.0.10",
"save": "^2.9.0",
"unzipper": "^0.12.3",
"xml2js": "^0.6.2"
}
}