-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.23 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
{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsc-watch --onSuccess \"npm start \"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Shakir Farhan",
"license": "ISC",
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/graphql-upload": "^16.0.7",
"@types/jsonwebtoken": "^9.0.5",
"@types/mime-types": "^2.1.4",
"@types/node": "^20.11.17",
"@types/nodemailer": "^6.4.14",
"prisma": "^5.9.1",
"ts-node": "^10.9.2",
"tsc-watch": "^6.0.4",
"typescript": "^5.3.3"
},
"dependencies": {
"@apollo/server": "^4.10.0",
"@aws-sdk/client-s3": "^3.540.0",
"@aws-sdk/lib-storage": "^3.556.0",
"@prisma/client": "^5.9.1",
"axios": "^1.6.7",
"cors": "^2.8.5",
"express": "^4.18.2",
"google-auth-library": "^9.6.3",
"graphql": "^16.8.1",
"graphql-upload": "^16.0.2",
"graphql-upload-minimal": "^1.6.0",
"ioredis": "^5.3.2",
"jsonwebtoken": "^9.0.2",
"kafkajs": "^2.2.4",
"mime-types": "^2.1.35",
"nodemailer": "^6.9.9",
"slugify": "^1.6.6",
"socket.io": "^4.7.4"
}
}