-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.16 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.16 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
{
"name": "freeosenior",
"version": "1.0.0",
"description": "a learning platform",
"main": "index.js",
"scripts": {
"test": "nodemon index.js",
"start": "node index.js",
"postinstall": "npm install --prefix client && npm run build --prefix client"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Unknown39825/FreeOSenior-BackEnd.git"
},
"author": "chetan,harshit,paras,nayan",
"license": "ISC",
"bugs": {
"url": "https://github.com/Unknown39825/FreeOSenior-BackEnd/issues"
},
"homepage": "https://github.com/Unknown39825/FreeOSenior-BackEnd#readme",
"dependencies": {
"@sendgrid/mail": "^8.1.3",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.21.1",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.8.3",
"nodemailer": "^6.9.15",
"passport": "^0.7.0",
"passport-google-oauth20": "^2.0.0",
"passport-google-token": "^0.1.2",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^6.1.0",
"validator": "^13.5.2"
},
"devDependencies": {
"webpack-cli": "^5.1.4"
}
}