forked from tf2-automatic/tf2-automatic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
133 lines (133 loc) · 3.96 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
127
128
129
130
131
132
133
{
"name": "tf2-automatic",
"version": "0.0.2-dev",
"license": "MIT",
"scripts": {
"prepare": "is-ci || husky",
"commit": "cz",
"start": "nx serve",
"build": "nx build",
"test": "nx test"
},
"private": true,
"devDependencies": {
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@jest/globals": "^29.7.0",
"@nestjs/schematics": "^10.1.4",
"@nestjs/testing": "^10.4.1",
"@nx-tools/nx-container": "^6.0.2",
"@nx/devkit": "19.7.2",
"@nx/eslint-plugin": "19.7.2",
"@nx/jest": "19.7.2",
"@nx/js": "19.7.2",
"@nx/linter": "19.7.2",
"@nx/nest": "19.7.2",
"@nx/node": "19.7.2",
"@nx/plugin": "19.7.2",
"@nx/webpack": "19.7.2",
"@nx/workspace": "19.7.2",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/github": "^10.3.3",
"@semantic-release/release-notes-generator": "^14.0.1",
"@swc-node/register": "1.10.9",
"@swc/cli": "~0.4.0",
"@swc/core": "1.7.24",
"@swc/helpers": "~0.5.13",
"@types/amqplib": "^0.10.5",
"@types/file-manager": "^2.0.3",
"@types/ip": "^1.1.3",
"@types/jest": "29.5.12",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "22.5.4",
"@types/object-hash": "^3.0.6",
"@types/steam-totp": "^2.1.2",
"@types/steam-tradeoffer-manager": "2.11.0",
"@types/steam-user": "^5.0.2",
"@types/steamcommunity": "^3.43.7",
"@types/steamid": "^2.0.3",
"@types/uuid": "^10.0.0",
"@types/write-file-atomic": "^4.0.3",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"docker-compose": "^0.24.8",
"eslint": "~9.10.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-environment-node": "^29.7.0",
"nx": "19.7.2",
"patch-package": "^8.0.0",
"prettier": "^3.3.3",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "~5.6.2"
},
"dependencies": {
"@golevelup/nestjs-rabbitmq": "^5.4.1",
"@nestjs/axios": "^3.0.3",
"@nestjs/bullmq": "^10.2.1",
"@nestjs/common": "^10.4.1",
"@nestjs/config": "^3.2.3",
"@nestjs/core": "^10.4.1",
"@nestjs/event-emitter": "^2.0.4",
"@nestjs/platform-express": "^10.4.1",
"@nestjs/swagger": "^7.4.0",
"@nestjs/terminus": "^10.2.3",
"@songkeys/nestjs-redis": "^10.0.0",
"@willsoto/nestjs-prometheus": "^6.0.1",
"axios": "^1.7.7",
"bottleneck": "^2.19.5",
"bullmq": "^5.12.15",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"express": "^4.20.0",
"fastq": "^1.17.1",
"ioredis": "^5.4.1",
"ip": "^2.0.1",
"joi": "^17.13.3",
"jsonwebtoken": "^9.0.2",
"minio": "^8.0.1",
"node-cache": "^5.1.2",
"object-hash": "^3.0.0",
"object-sizeof": "^2.6.5",
"path": "^0.12.7",
"prom-client": "^15.1.3",
"redlock": "5.0.0-beta.2",
"reflect-metadata": "^0.2.2",
"request": "^2.88.2",
"rxjs": "^7.8.1",
"steam-totp": "^2.1.2",
"steam-tradeoffer-manager": "^2.11.5",
"steam-user": "^5.2.0",
"steamcommunity": "^3.48.3",
"steamid": "^2.0.0",
"tf2": "^4.0.0",
"tf2-currencies": "^1.2.4",
"ts-safe-redis-leader": "^0.0.5",
"tslib": "^2.7.0",
"uuid": "^10.0.0",
"write-file-atomic": "^5.0.1"
},
"optionalDependencies": {
"husky": "^9.1.5",
"is-ci": "^3.0.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"pnpm": {
"patchedDependencies": {
"@types/steam-tradeoffer-manager@2.11.0": "patches/@types__steam-tradeoffer-manager@2.11.0.patch",
"@types/steamcommunity@3.43.7": "patches/@types__steamcommunity@3.43.7.patch",
"tf2-currencies@1.2.4": "patches/tf2-currencies@1.2.4.patch",
"redlock@5.0.0-beta.2": "patches/redlock@5.0.0-beta.2.patch"
}
}
}