-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.46 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
{
"name": "store-project",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon node index.js",
"hash": "nodemon node ./app/utils/hashStringGenerator.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@hapi/joi": "^17.1.1",
"@prisma/client": "^4.14.1",
"auto-bind": "^4.0.0",
"axios": "^1.4.0",
"bcrypt": "^5.1.0",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^16.0.3",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-ejs-layouts": "^2.5.1",
"express-graphql": "^0.12.0",
"express-session": "^1.17.3",
"ffprobe": "^1.1.2",
"ffprobe-static": "^3.1.0",
"fluent-ffmpeg": "^2.1.2",
"geoip-lite": "^1.4.7",
"get-video-duration": "^4.1.0",
"graphql": "^14.7.0",
"http-error": "^0.0.6",
"http-errors": "^2.0.0",
"http-status-codes": "^2.2.0",
"ip": "^2.0.0",
"jalali-moment": "^3.3.11",
"jsonwebtoken": "^9.0.1",
"mongodb": "^5.7.0",
"mongoose": "^6.2.8",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"node-segfault-handler": "^1.4.2",
"nodemailer": "^6.9.4",
"random-int": "^3.0.0",
"redis": "^4.6.5",
"request-ip": "^3.3.0",
"segfault-handler": "^1.3.0",
"socket.io": "^4.7.1",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^4.6.2"
},
"devDependencies": {
"prisma": "^4.14.1"
}
}