-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
107 lines (107 loc) · 2.79 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"name": "ilearn-backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"ansi-styles": "^4.3.0",
"async": "^3.2.4",
"audio-sync-with-text": "^1.0.0",
"balanced-match": "^1.0.2",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"brace-expansion": "^1.1.11",
"bull": "^4.11.5",
"chalk": "^4.1.2",
"color-convert": "^2.0.1",
"color-name": "^1.1.4",
"concat-map": "^0.0.1",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"express": "^4.18.2",
"ffmpeg-progress": "^1.0.1",
"filelist": "^1.0.4",
"fill-range": "^7.0.1",
"finalhandler": "^1.2.0",
"fluent-ffmpeg": "^2.1.2",
"forwarded": "^0.2.0",
"fresh": "^0.5.2",
"fs-minipass": "^2.1.0",
"fs.realpath": "^1.0.0",
"function-bind": "^1.1.2",
"gauge": "^3.0.2",
"get-intrinsic": "^1.2.2",
"get-video-duration": "^4.1.0",
"glob": "^7.2.3",
"glob-parent": "^5.1.2",
"gopd": "^1.0.1",
"has-flag": "^3.0.0",
"has-property-descriptors": "^1.0.1",
"has-proto": "^1.0.1",
"has-symbols": "^1.0.3",
"has-unicode": "^2.0.1",
"hasown": "^2.0.0",
"http-errors": "^2.0.0",
"https-proxy-agent": "^5.0.1",
"iconv-lite": "^0.4.24",
"ignore-by-default": "^1.0.1",
"inflight": "^1.0.6",
"inherits": "^2.0.4",
"ip": "^2.0.0",
"ipaddr.js": "^1.9.1",
"is-binary-path": "^2.1.0",
"is-extglob": "^2.1.1",
"is-fullwidth-code-point": "^3.0.0",
"is-glob": "^4.0.3",
"is-number": "^7.0.0",
"jake": "^10.8.7",
"joi": "^17.11.0",
"jsonwebtoken": "^9.0.2",
"minimatch": "^3.1.2",
"mongoose": "^8.0.0",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.7",
"nodemon": "^3.0.1",
"nopt": "^1.0.10",
"normalize-path": "^3.0.0",
"npmlog": "^5.0.1",
"object-assign": "^4.1.1",
"object-inspect": "^1.13.1",
"on-finished": "^2.4.1",
"once": "^1.4.0",
"parseurl": "^1.3.3",
"path-is-absolute": "^1.0.1",
"path-to-regexp": "^0.1.7",
"picomatch": "^2.3.1",
"proxy-addr": "^2.0.7",
"pstree.remy": "^1.1.8",
"punycode": "^2.3.0",
"qs": "^6.11.0",
"range-parser": "^1.2.1",
"raw-body": "^2.5.1",
"razorpay": "^2.9.2",
"readable-stream": "^3.6.2",
"readdirp": "^3.6.0",
"redis": "^4.6.10",
"rimraf": "^3.0.2",
"run": "^1.4.0",
"safe-buffer": "^5.2.1",
"safer-buffer": "^2.1.2",
"semver": "^7.5.4",
"send": "^0.18.0",
"serve-static": "^1.15.0",
"set-blocking": "^2.0.0",
"set-function-length": "^1.1.1",
"setprototypeof": "^1.2.0",
"shortid": "^2.2.16",
"socket.io": "^4.7.2"
},
"scripts": {
"start": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC"
}