-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.37 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.37 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
51
52
53
54
{
"name": "devsync",
"version": "1.0.0",
"description": "Plateform for developers",
"keywords": [
"nodejs",
"backend",
"js"
],
"homepage": "https://github.com/adit-ya15/DevSync#readme",
"bugs": {
"url": "https://github.com/adit-ya15/DevSync/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adit-ya15/DevSync.git"
},
"license": "ISC",
"author": "Aditya Verma",
"type": "commonjs",
"main": "index.js",
"scripts": {
"start": "node src/app.js",
"dev": "nodemon src/app.js",
"db:reset-seed-bots": "node src/scripts/resetAndSeedBots.js",
"check:syntax": "node src/scripts/checkSyntax.js",
"test": "npm run check:syntax"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.1000.0",
"@aws-sdk/client-ses": "^3.1000.0",
"axios": "^1.13.6",
"bcryptjs": "^3.0.3",
"cloudinary": "^2.9.0",
"cookie-parser": "^1.4.7",
"cors": "^2.8.6",
"date-fns": "^4.1.0",
"dotenv": "^17.3.1",
"express": "^5.2.1",
"express-rate-limit": "^8.3.1",
"google-auth-library": "^10.6.1",
"helmet": "^8.1.0",
"jsonwebtoken": "^9.0.3",
"mongoose": "^9.1.6",
"multer": "^2.1.1",
"node-cron": "^4.2.1",
"nodemailer": "^8.0.2",
"razorpay": "^2.9.6",
"socket.io": "^4.8.3",
"ua-parser-js": "^2.0.9",
"validator": "^13.15.26",
"winston": "^3.19.0"
}
}