-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.38 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "aya",
"version": "1.0.0",
"description": "Trainee Management Project",
"main": "app.js",
"type": "module",
"scripts": {
"dev": "nodemon app.js",
"server": "nodemon app.js"
},
"keywords": [
"Nodejs",
"MongoDB",
"Mongoose",
"Api"
],
"author": "Aya Team 4",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.1.0",
"body-parser": "^1.20.2",
"cloudinary": "^1.35.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"countries-states-cities": "^1.0.6",
"cron": "^2.3.0",
"csvtojson": "^2.0.10",
"dotenv": "^16.0.3",
"ethers": "^6.3.0",
"express": "^4.18.2",
"express-async-handler": "^1.2.0",
"firebase-admin": "^11.5.0",
"google-auth-library": "^8.7.0",
"googleapis": "^112.0.0",
"jsonwebtoken": "^9.0.0",
"moment": "^2.29.4",
"mongodb": "^5.1.0",
"mongoose": "^7.0.2",
"multer": "^1.4.5-lts.1",
"multer-storage-cloudinary": "^4.0.0",
"node-cron": "^3.0.2",
"nodemailer": "^6.9.1",
"nodemon": "^2.0.22",
"onesignal-node": "^3.4.0",
"otp-generator": "^4.0.1",
"validator": "^13.9.0",
"web3": "^1.9.0",
"winston": "^3.8.2"
},
"devDependencies": {
"eslint": "^8.34.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0"
}
}