-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 949 Bytes
/
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
{
"name": "my-store-project",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@hapi/joi": "^17.1.1",
"@types/hapi__joi": "^17.1.11",
"@types/http-errors": "^2.0.2",
"auto-bind": "^4.0.0",
"axios": "^1.6.2",
"bcrypt": "^5.1.1",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-graphql": "^0.12.0",
"get-video-duration": "^4.1.0",
"graphql": "^15.8.0",
"http-errors": "^2.0.0",
"http-status-codes": "^2.3.0",
"jsonwebtoken": "^9.0.2",
"moment-jalali": "^0.3.9",
"mongoose": "^7.5.2",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"node-fetch": "^3.3.2",
"nodemon": "^3.0.1",
"redis": "^4.6.8",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.0"
}
}