-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.79 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.79 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
{
"name": "@backendworks/auth-worker",
"version": "1.0.0",
"description": "Auth Worker — async RabbitMQ consumer for auth-service events",
"private": true,
"scripts": {
"build": "nest build",
"dev": "nest start --watch",
"start": "node dist/main",
"lint": "eslint \"{src,test}/**/*.ts\" --fix",
"test": "jest --config test/jest.json --runInBand --forceExit --coverage"
},
"dependencies": {
"@backendworks/auth-db": "^1.0.5",
"@keyv/redis": "^4.4.0",
"@nestjs/cache-manager": "^3.0.1",
"@nestjs/common": "^11.0.0",
"@nestjs/config": "^4.0.2",
"@nestjs/core": "^11.0.0",
"@nestjs/microservices": "^11.1.2",
"amqplib": "^0.10.7",
"cache-manager": "^6",
"cacheable": "^1.9.0",
"joi": "^17.13.3",
"keyv": "^5.3.3",
"nodemailer": "^6.9.16",
"reflect-metadata": "^0.2.0",
"rxjs": "^7.8.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3.0.0",
"@eslint/js": "^9.0.0",
"@nestjs/cli": "^11.0.0",
"@nestjs/testing": "^11.0.0",
"@types/amqplib": "^0.10.7",
"@types/jest": "^29.5.14",
"@types/node": "^22.0.0",
"@types/nodemailer": "^6.4.17",
"@typescript-eslint/eslint-plugin": "^7.9.1",
"@typescript-eslint/parser": "^7.9.1",
"eslint": "^9.0.0",
"eslint-config-prettier": "^10.1.5",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.7.3",
"typescript-eslint": "^8.33.1"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}