forked from anuragverma108/SwapReads
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 911 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
{
"name": "swapreads",
"version": "1.0.0",
"description": "<div align=\"center\">",
"main": "f.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pratikgurjar/SwapReads.git"
},
"private": true,
"devDependencies": {
"express": "^4.19.2"
},
"dependencies": {
"@emailjs/browser": "^4.3.3",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"firebase": "^10.12.4",
"mongoose": "^8.3.5",
"nodemailer": "^6.9.14",
"nodemon": "^3.1.1",
"validator": "^13.12.0",
"zod": "^3.23.8"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/pratikgurjar/SwapReads/issues"
},
"homepage": "https://github.com/pratikgurjar/SwapReads#readme"
}