-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
126 lines (126 loc) · 3.87 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"name": "@pnstack/nestjs-storage-service",
"version": "1.0.0",
"description": "Nestjs Storage Service",
"author": "npv2k1",
"license": "MIT",
"keywords": [
"nestjs",
"typescript",
"passport",
"graphql"
],
"scripts": {
"build": "nest build",
"clean": "rm -rf ./node_modules",
"compodoc": "npx @compodoc/compodoc -p tsconfig.json -s",
"dev": "nest start --watch",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"prebuild": "rimraf dist",
"start": "nest start",
"start:debug": "nest start --debug --watch",
"start:prod": "node dist/main",
"test": "jest",
"test:cov": "jest --coverage",
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
"test:e2e": "jest --config ./e2e/jest-e2e.json",
"test:watch": "jest --watch"
},
"dependencies": {
"@apollo/server": "^4.11.3",
"@aws-sdk/client-s3": "^3.744.0",
"@aws-sdk/s3-presigned-post": "^3.744.0",
"@aws-sdk/s3-request-presigner": "^3.744.0",
"@nestjs/apollo": "^13.0.2",
"@nestjs/bull": "^11.0.2",
"@nestjs/cache-manager": "^3.0.0",
"@nestjs/common": "11.0.9",
"@nestjs/config": "4.0.0",
"@nestjs/core": "11.0.9",
"@nestjs/graphql": "13.0.2",
"@nestjs/jwt": "11.0.0",
"@nestjs/mapped-types": "*",
"@nestjs/microservices": "11.0.9",
"@nestjs/passport": "11.0.5",
"@nestjs/platform-express": "11.0.9",
"@nestjs/platform-socket.io": "^11.0.9",
"@nestjs/schedule": "^5.0.1",
"@nestjs/serve-static": "^5.0.2",
"@nestjs/swagger": "11.0.3",
"@nestjs/websockets": "^11.0.9",
"@socket.io/redis-adapter": "^8.3.0",
"@types/graphql-fields": "^1.3.9",
"bcrypt": "^5.1.1",
"bull": "^4.16.5",
"cache-manager": "^6.4.0",
"cache-manager-redis-store": "^3.0.1",
"class-transformer": "0.5.1",
"class-validator": "0.14.1",
"crypto": "^1.0.1",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"fs-extra": "^11.3.0",
"graphql": "^16.10.0",
"graphql-fields": "^2.0.3",
"graphql-redis-subscriptions": "^2.7.0",
"graphql-scalars": "1.24.1",
"graphql-subscriptions": "3.0.0",
"graphql-type-json": "^0.3.2",
"handlebars": "^4.7.8",
"ioredis": "^5.5.0",
"lodash": "^4.17.21",
"map-series-async": "^0.0.1",
"mime-types": "^2.1.35",
"moment": "^2.30.1",
"mqtt": "^5.10.3",
"multer": "1.4.5-lts.1",
"passport": "0.7.0",
"passport-google-oauth20": "^2.0.0",
"passport-jwt": "4.0.1",
"pluralize": "^8.0.0",
"redis": "^4.7.0",
"reflect-metadata": "0.2.2",
"rimraf": "^6.0.1",
"rxjs": "^7.8.1",
"socket.io": "^4.8.1",
"ts-mixer": "^6.0.4",
"tslib": "^2.8.1",
"typeorm": "^0.3.20"
},
"devDependencies": {
"@compodoc/compodoc": "^1.1.26",
"@nestjs/cli": "^11.0.2",
"@nestjs/schematics": "^11.0.0",
"@nestjs/testing": "^11.0.9",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/bcrypt": "5.0.2",
"@types/chance": "1.1.6",
"@types/express": "5.0.0",
"@types/fs-extra": "^11.0.4",
"@types/jest": "29.5.14",
"@types/lodash": "^4.17.15",
"@types/mime-types": "^2.1.4",
"@types/multer": "^1.4.12",
"@types/node": "^22.13.2",
"@types/nodemailer": "^6.4.17",
"@types/passport-google-oauth20": "^2.0.16",
"@types/pluralize": "^0.0.33",
"@types/supertest": "6.0.2",
"@typescript-eslint/eslint-plugin": "8.24.0",
"@typescript-eslint/parser": "8.24.0",
"chance": "1.1.12",
"eslint": "9.20.1",
"eslint-config-prettier": "10.0.1",
"eslint-plugin-prettier": "5.2.3",
"eslint-plugin-simple-import-sort": "^12.1.1",
"jest": "29.7.0",
"prettier": "3.5.0",
"supertest": "7.0.0",
"ts-jest": "29.2.5",
"ts-loader": "9.5.2",
"ts-morph": "^25.0.1",
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.0",
"typescript": "^5.7.3"
}
}