-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
64 lines (64 loc) · 1.76 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
{
"name": "microservice-stack",
"version": "0.0.0",
"license": "MIT",
"scripts": {},
"private": true,
"devDependencies": {
"@nestjs/schematics": "10.0.1",
"@nestjs/testing": "10.0.4",
"@nrwl/devkit": "16.4.0",
"@nrwl/eslint-plugin-nx": "16.4.0",
"@nrwl/jest": "16.4.0",
"@nrwl/js": "16.4.0",
"@nrwl/linter": "16.4.0",
"@nrwl/nest": "16.4.0",
"@nrwl/nx-plugin": "16.4.0",
"@nrwl/workspace": "16.4.0",
"@swc-node/register": "^1.5.5",
"@swc/cli": "0.1.62",
"@swc/core": "^1.3.28",
"@types/jest": "29.5.2",
"@types/node": "20.3.2",
"@types/winston": "^2.4.4",
"@typescript-eslint/eslint-plugin": "5.60.1",
"@typescript-eslint/parser": "5.60.1",
"chalk": "4.1.2",
"clear": "^0.1.0",
"commander": "^11.0.0",
"eslint": "~8.43.0",
"eslint-config-prettier": "8.8.0",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
"jsonc-eslint-parser": "^2.3.0",
"nx": "16.4.0",
"prettier": "^2.8.8",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "~5.1.6",
"util": "^0.12.5",
"nx-cloud": "16.0.5"
},
"dependencies": {
"@golevelup/nestjs-discovery": "^3.0.0",
"@golevelup/nestjs-rabbitmq": "^3.6.1",
"@nestjs/common": "10.0.4",
"@nestjs/config": "^3.0.0",
"@nestjs/core": "10.0.4",
"@nestjs/platform-express": "10.0.4",
"@nestjs/platform-fastify": "^10.0.4",
"@swc/helpers": "0.5.1",
"amqp-connection-manager": "^4.1.13",
"amqplib": "^0.10.3",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"ioredis": "^5.3.0",
"nest-winston": "^1.8.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.1",
"tslib": "^2.6.0",
"typeorm": "^0.3.17",
"uuid": "^9.0.0",
"winston": "^3.8.2"
}
}