-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 716 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 716 Bytes
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
{
"name": "docsta-api-rysj",
"version": "1.0.0",
"description": "For the Education Docsta Portal",
"main": "index.js",
"scripts": {
"test": "none",
"start": "nodemon index.js"
},
"keywords": [
"sjain",
"rahul",
"sjain"
],
"author": "Rahul Yadav",
"license": "",
"dependencies": {
"@sendgrid/mail": "^7.7.0",
"cors": "^2.8.5",
"deep-email-validator": "^0.1.21",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-fileupload": "^1.4.0",
"google-auth-library": "^8.7.0",
"googleapis": "^115.0.0",
"md5": "^2.3.0",
"mongoose": "^6.7.2",
"node-cron": "^3.0.2",
"nodemon": "^2.0.20",
"youtube-videos-uploader": "^2.0.18"
}
}