-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
144 lines (144 loc) · 4.3 KB
/
Copy pathpackage.json
File metadata and controls
144 lines (144 loc) · 4.3 KB
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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"name": "@pnstack/nestjs-auth-service",
"version": "1.0.0",
"description": "NestJS Authentication Service",
"author": "npv2k1",
"license": "MIT",
"keywords": [
"nestjs",
"prisma",
"prisma client",
"typescript",
"passport",
"graphql",
"auth"
],
"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",
"postinstall": "npm run prisma:generate",
"prisma:generate": "npx prisma generate",
"migrate:dev": "npx prisma migrate dev --preview-feature",
"migrate:deploy": "npx prisma migrate deploy --preview-feature",
"prebuild": "rimraf dist",
"seed": "prisma db seed",
"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.9.3",
"@nestjs/apollo": "^12.0.7",
"@nestjs/bull": "^0.6.3",
"@nestjs/bullmq": "^11.0.2",
"@nestjs/cache-manager": "^1.0.0",
"@nestjs/common": "9.4.2",
"@nestjs/config": "2.3.2",
"@nestjs/core": "9.4.2",
"@nestjs/graphql": "11.0.6",
"@nestjs/jwt": "10.0.3",
"@nestjs/mapped-types": "*",
"@nestjs/microservices": "9.4.2",
"@nestjs/passport": "9.0.3",
"@nestjs/platform-express": "9.4.2",
"@nestjs/platform-socket.io": "^9.4.2",
"@nestjs/schedule": "^2.2.2",
"@nestjs/serve-static": "^3.0.1",
"@nestjs/swagger": "6.3.0",
"@nestjs/websockets": "^9.4.2",
"@prisma/client": "^4.12.0",
"@socket.io/redis-adapter": "^8.0.1",
"@types/graphql-fields": "^1.3.4",
"bcrypt": "^5.1.1",
"bull": "^4.10.2",
"bullmq": "^5.44.4",
"cache-manager": "^5.2.0",
"cache-manager-redis-store": "^3.0.1",
"class-transformer": "0.5.1",
"class-validator": "0.14.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"fs-extra": "^11.1.0",
"graphql": "^16.8.1",
"graphql-fields": "^2.0.3",
"graphql-redis-subscriptions": "^2.6.0",
"graphql-scalars": "1.17.0",
"graphql-subscriptions": "2.0.0",
"graphql-type-json": "^0.3.2",
"handlebars": "^4.7.7",
"ioredis": "^5.3.1",
"lodash": "^4.17.20",
"map-series-async": "^0.0.1",
"mime-types": "^2.1.35",
"moment": "^2.29.4",
"mqtt": "^4.3.7",
"multer": "1.4.5-lts.1",
"nestjs-prisma": "^0.20.0",
"passport": "0.6.0",
"passport-google-oauth20": "^2.0.0",
"passport-jwt": "4.0.1",
"pluralize": "^8.0.0",
"redis": "^4.5.1",
"reflect-metadata": "0.1.13",
"rimraf": "^3.0.2",
"rxjs": "^7.5.5",
"socket.io": "^4.5.4",
"ts-mixer": "^6.0.2",
"tslib": "^2.4.1",
"typeorm": "^0.3.11"
},
"devDependencies": {
"@compodoc/compodoc": "^1.1.19",
"@nestjs/cli": "^9.5.0",
"@nestjs/schematics": "^9.2.0",
"@nestjs/testing": "^9.4.2",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/bcrypt": "5.0.0",
"@types/chance": "1.1.3",
"@types/express": "4.17.13",
"@types/fs-extra": "^9.0.13",
"@types/jest": "28.1.6",
"@types/lodash": "^4.14.165",
"@types/mime-types": "^2.1.1",
"@types/multer": "^1.4.7",
"@types/node": "^18.0.3",
"@types/nodemailer": "^6.4.7",
"@types/passport-google-oauth20": "^2.0.11",
"@types/pluralize": "^0.0.29",
"@types/supertest": "2.0.12",
"@typescript-eslint/eslint-plugin": "5.30.7",
"@typescript-eslint/parser": "5.30.7",
"chance": "1.1.8",
"eslint": "8.20.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"jest": "28.1.3",
"prettier": "2.7.1",
"prisma": "^4.12.0",
"prisma-dbml-generator": "^0.10.0",
"supertest": "6.2.4",
"ts-jest": "28.0.7",
"ts-loader": "9.3.1",
"ts-morph": "^15.1.0",
"ts-node": "10.9.1",
"tsconfig-paths": "4.0.0",
"typescript": "^4.7.4"
},
"prisma": {
"seed": "ts-node prisma/seed.ts"
},
"pnpm": {
"onlyBuiltDependencies": [
"bcrypt"
]
}
}