-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.07 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "noex_framwork_v2_mongo",
"version": "1.0.0",
"description": "noex_mongodb",
"main": "dist/index.js",
"scripts": {
"build": "rimraf dist && tsc",
"preserve": "npm run build",
"dev": "cross-env NODE_ENV=development concurrently \"tsc --watch\" \"nodemon -q dist/index.js\"",
"prestart": "npm run build",
"start": "cross-env NODE_ENV=production node dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"noex"
],
"author": "Abhijith P Subash",
"license": "MIT",
"dependencies": {
"@typegoose/typegoose": "^11.3.0",
"@types/bcrypt": "^5.0.0",
"@types/body-parser": "^1.19.2",
"@types/cors": "^2.8.13",
"@types/ejs": "^3.1.2",
"@types/hpp": "^0.2.2",
"@types/jsonwebtoken": "^9.0.2",
"@types/morgan": "^1.9.4",
"@types/nodemailer": "^6.4.8",
"@types/passport": "^1.0.12",
"@types/passport-jwt": "^3.0.8",
"@types/passport-local": "^1.0.35",
"@types/uuid": "^9.0.1",
"bcrypt": "^5.1.0",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-rate-limit": "^6.7.0",
"express-validator": "^7.0.1",
"helmet": "^7.0.0",
"hpp": "^0.2.3",
"http-status-codes": "^2.2.0",
"jsonwebtoken": "^9.0.0",
"moment-timezone": "^0.5.43",
"mongoose": "^7.3.0",
"morgan": "^1.10.0",
"nodemailer": "^6.9.3",
"passport": "^0.6.0",
"passport-jwt": "^4.0.1",
"passport-local": "^1.0.0",
"razorpay": "^2.8.6",
"razorpay-typescript": "^1.0.12",
"redis": "^4.6.7",
"rimraf": "^5.0.1",
"socket.io": "^4.7.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/node": "^20.2.5",
"concurrently": "^8.0.1",
"gulp": "^4.0.2",
"gulp-append": "^0.3.4",
"gulp-insert": "^0.5.0",
"gulp-prettier": "^4.0.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.4",
"gulp-typescript": "^6.0.0-alpha.1",
"nodemon": "^2.0.22",
"typescript": "^5.0.4"
}
}