-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.22 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.22 KB
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
43
44
45
46
47
48
49
50
{
"name": "cyborg",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"dev": "nodemon index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.0",
"ajax": "^0.0.4",
"axios": "^1.5.0",
"bcrypt": "^5.0.1",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"cookieparser": "^0.1.0",
"coupon-code": "^0.4.5",
"dotenv": "^16.3.1",
"easyinvoice": "^3.0.23",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-async-handler": "^1.2.0",
"express-ejs-layouts": "^2.5.1",
"express-session": "^1.17.3",
"fileupload": "^0.2.1",
"fs": "^0.0.1-security",
"html-pdf": "^3.0.1",
"jquery": "^3.7.0",
"jsonwebtoken": "^9.0.1",
"layouts": "^3.0.2",
"mongodb": "^5.6.0",
"mongoose": "^7.3.1",
"multer": "^1.4.5-lts.1",
"nodemon": "^3.0.1",
"pdf-html": "^1.0.5",
"pdf-table": "^1.0.2",
"pdfkit": "^0.13.0",
"puppeteer": "^21.3.4",
"razorpay": "^2.9.2",
"session": "^0.1.0",
"sharp": "^0.32.6",
"toastr": "^2.1.4",
"twilio": "^4.18.0"
}
}