forked from wanzofc-tech/api-only-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (35 loc) · 935 Bytes
/
package.json
File metadata and controls
36 lines (35 loc) · 935 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
{
"name": "chatbot-awanbrayy",
"version": "1.0.0",
"description": "A simple chatbot application using Node.js and Express.",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"keywords": ["chatbot", "nodejs", "express", "openai"],
"author": "AwanBrayy",
"license": "MIT",
"dependencies": {
"axios": "^1.7.9",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"bcrypt": "^5.1.1",
"dotenv": "^16.4.7",
"mongoose": "^5.13.5",
"express": "^4.21.2",
"express-rate-limit": "^7.5.0",
"helmet": "^8.0.0",
"ip-cidr": "^4.0.2",
"joi": "^17.13.3",
"jsonwebtoken": "^9.0.2",
"mongodb": "^6.5.0",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.10.0",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1",
"node-telegram-bot-api": "^0.66.0",
"node-upload-images": "^1.0.1",
"request-ip": "^3.3.0",
"node-fetch": "^2.6.7"
}
}