-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1012 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
35
36
37
38
39
40
41
42
{
"name": "my-project",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.1.0",
"dotenv": "^16.0.3",
"easyinvoice": "^3.0.22",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-session": "^1.17.3",
"file-type": "^18.5.0",
"fs": "^0.0.1-security",
"html-to-pdf": "^0.1.11",
"js-image-zoom": "^0.7.0",
"mdb-ui-kit": "^6.3.1",
"mime-types": "^2.1.35",
"mongodb": "^5.4.0",
"mongoose": "^7.1.0",
"multer": "^1.4.5-lts.1",
"nocache": "^3.0.4",
"node-fetch": "^3.3.1",
"nodemailer": "^6.9.3",
"paypal-rest-sdk": "^1.8.1",
"pdf-creator-node": "^2.3.5",
"pdf-lib": "^1.17.1",
"puppeteer": "^20.5.0",
"randomstring": "^1.3.0",
"razorpay": "^2.8.6",
"uuid": "^9.0.0"
},
"devDependencies": {
"nodemon": "^2.0.22"
},
"description": ""
}