-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.21 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
{
"dependencies": {
"bcrypt": "^5.1.0",
"body-parser": "^1.20.2",
"chalk": "^5.2.0",
"cheerio": "^1.0.0-rc.12",
"config": "^3.3.9",
"connect-flash": "^0.1.1",
"connect-mongodb-session": "^3.1.1",
"cookie-parser": "^1.4.6",
"croppie": "^2.6.5",
"debug": "^4.3.4",
"dotenv": "^16.0.3",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-session": "^1.17.3",
"express-validator": "^7.0.1",
"faker": "^6.6.6",
"joi": "^17.9.1",
"jsonwebtoken": "^9.0.0",
"loadash": "^1.0.0",
"moment": "^2.29.4",
"mongodb": "^5.4.0",
"mongoose": "^7.0.3",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"netlify-lambda": "^2.0.16",
"nodemon": "^2.0.22",
"reading-time": "^1.5.0",
"serverless-http": "^3.2.0",
"validator": "^13.9.0",
"yarn": "^1.22.19"
},
"name": "tanzim",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js"
},
"keywords": [],
"author": "Tanzim",
"license": "ISC",
"description": "This is npm testing project",
"devDependencies": {
"cross-env": "^7.0.3"
},
"directories": {
"lib": "lib"
},
"engines": {
"node": "20.3.1"
}
}