-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
104 lines (104 loc) · 3.02 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
{
"name": "root",
"description": "",
"repository": {
"type": "git",
"url": "https://github.com/omedym/etk.git"
},
"version": "0.1.3",
"author": "Omedym, LLC",
"license": "MIT",
"packageManager": "^[email protected]",
"engines": {
"node": ">=18",
"pnpm": ">=8.7 <9"
},
"scripts": {
"build": "bazel build --build_tag_filters=ts -- //packages/...",
"test": "bazel test --test_tag_filters=unit //packages/...",
"test:integration": "bazel test --test_tag_filters=integration //packages/...",
"coverage": "bazel coverage --test_tag_filters=unit //packages/...",
"coverage:integration": "bazel coverage --test_tag_filters=integration //packages/..."
},
"dependencies": {
"@apollo/server": "^4.11.0",
"@nestjs/apollo": "^12.2.0",
"@nestjs/bullmq": "^10.1.1",
"@nestjs/common": "^10.4.4",
"@nestjs/core": "^10.4.4",
"@nestjs/graphql": "^12.2.0",
"@paralleldrive/cuid2": "^2.2.2",
"@sentry/aws-serverless": "^8.33.1",
"@sentry/node": "^8.33.1",
"@sentry/utils": "^8.33.1",
"@vvo/tzdb": "^6.108.0",
"ajv": "^6.12.6",
"bullmq": "^5.12.2",
"chalk": "^4.1.2",
"cloudevents": "^8.0.0",
"cron-validator": "^1.3.1",
"express":"^4.21.0",
"graphql": "^16.9.0",
"graphql-tag": "^2.12.6",
"inversify": "^6.0.2",
"logform": "^2.6.1",
"luxon": "^2.5.2",
"nest-raven": "^10.1.0",
"nestjs-cls": "^4.4.1",
"safe-stable-stringify": "^2.4.3",
"serialize-error": "^8.1",
"ts-pattern": "^4.3.0",
"winston": "^3.8.1"
},
"devDependencies": {
"@base2/pretty-print-object": "^1.0.2",
"@bazel/bazelisk": "^1.18.0",
"@bazel/buildifier": "^6.3.3",
"@bazel/ibazel": "^0.23.7",
"@bazel/runfiles": "^5.8.1",
"@jest/core": "^29.6.4",
"@jest/transform": "^29.6.4",
"@nestjs/platform-express": "^10.2.2",
"@nestjs/testing": "^10.2.2",
"@opentelemetry/api": "^1.9.0",
"@prisma/client": "^5.15.0",
"@prisma/engines": "^5.15.0",
"@prisma/generator-helper": "5.15.0",
"@prisma/internals": "^5.15.0",
"@sentry/types": "^8.33.1",
"@swc/helpers": "^0.5.8",
"@testcontainers/postgresql": "^10.2.1",
"@types/async-redis": "^1.1.6",
"@types/express": "^5.0.0",
"@types/jest": "^29.5.8",
"@types/luxon": "^2.4.0",
"@types/node": "^18.11.9",
"@types/prettier": "^2.7.2",
"@types/redis-info": "^3.0.3",
"@types/supertest": "^2.0.12",
"@types/ws": "^8.5.12",
"async-redis": "^2.0.0",
"c8": "^7.14.0",
"connection-string-parser": "^1.0.4",
"handlebars": "^4.7.8",
"ioredis": "^5.4.1",
"jest": "^29.6.4",
"jest-cli": "^29.6.4",
"jest-junit": "14.0.1",
"jest-mock-extended": "^3.0.5",
"neverthrow": "^6.0.0",
"prettier": "^2.8.8",
"prisma": "5.1.1",
"reflect-metadata": "^0.1.13",
"sentry-testkit": "^5.0.9",
"supertest": "^6.3.3",
"testcontainers": "^10.2.1",
"ts-jest": "^29.1.1",
"tslib": "^2.6.2",
"typescript": "5.3.3"
},
"resolutions": {
"@types/node": "^18",
"typescript": "5.3.3"
}
}