-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.53 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
{
"name": "united-nest",
"version": "1.0.0",
"description": "A Social Media Application being using MERN stack, as part of Academic Mini Project",
"main": "app.js",
"scripts": {
"start": "node server.js",
"start:dev": "set NODE_ENV=development&&nodemon server.js",
"start:prod": "set NODE_ENV=production&&nodemon server.js",
"debug": "ndb server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Avinash, Yogendra, Harshitha, Padmini",
"license": "ISC",
"dependencies": {
"@tensorflow-models/toxicity": "^1.2.2",
"@tensorflow/tfjs": "^3.20.0",
"axios": "^0.27.2",
"bad-words": "^3.0.4",
"bcryptjs": "^2.4.3",
"cloudinary": "^1.30.1",
"cookie-parser": "^1.4.6",
"csurf": "^1.11.0",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"express-mongo-sanitize": "^2.2.0",
"express-rate-limit": "^6.5.2",
"helmet": "^5.1.1",
"heroku": "^7.62.0",
"http": "0.0.1-security",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.4",
"mongoose": "^6.5.2",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"multer-storage-cloudinary": "^4.0.0",
"node-fetch": "^3.2.10",
"nodemailer": "^6.7.8",
"path": "^0.12.7",
"pug": "^3.0.2",
"socket.io": "^4.5.1",
"swagger-ui-express": "^4.5.0",
"twilio": "^3.80.1",
"uuid": "^8.3.2",
"validator": "^13.7.0",
"xss-clean": "^0.1.1",
"yamljs": "^0.3.0"
},
"devDependencies": {
"ndb": "^1.1.5",
"nodemon": "^2.0.19"
},
"engines": {
"node": ">=14.0.0"
}
}