-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 955 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
39
40
{
"name": "aducator",
"version": "1.0.1",
"description": "",
"main": "server.js",
"engines": {
"node":"v16.15.0"
},
"scripts": {
"start": "node server.js",
"server": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ShubhamRavani/Aducator1.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ShubhamRavani/Aducator1/issues"
},
"homepage": "https://github.com/ShubhamRavani/Aducator1#readme",
"dependencies": {
"@sendgrid/mail": "^7.6.1",
"bad-words": "^3.0.4",
"bcryptjs": "^2.4.3",
"cloudinary": "^1.28.1",
"cors": "^2.8.5",
"dotenv": "^14.3.2",
"express": "^4.17.2",
"express-async-handler": "^1.2.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.1.8",
"multer": "^1.4.4",
"nodemon": "^2.0.15",
"npm-publish-git-tag": "^3.0.4",
"sharp": "^0.30.2",
"trim-newlines": "^3.0.1"
}
}