-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 990 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 990 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
42
{
"name": "monezzy",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app.js",
"dev": "nodemon app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@google/generative-ai": "^0.24.1",
"axios": "^1.10.0",
"bcrypt": "^6.0.0",
"body-parser": "^2.2.0",
"cookie-parser": "^1.4.7",
"dotenv": "^16.5.0",
"ejs": "^3.1.10",
"exceljs": "^4.4.0",
"express": "^5.1.0",
"form-data": "^4.0.3",
"jsonwebtoken": "^9.0.2",
"mongodb": "^6.17.0",
"mongoose": "^8.16.0",
"multer": "^2.0.1",
"node": "^24.2.0",
"node-cron": "^4.1.1",
"node-fetch": "^2.7.0",
"nodemailer": "^7.0.3",
"pdf-lib": "^1.17.1",
"pdf-parse": "^1.1.1",
"pdf-to-png-converter": "^3.6.5",
"pdfkit": "^0.17.1",
"tesseract.js": "^6.0.1"
},
"devDependencies": {
"nodemon": "^3.1.10"
}
}