-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
225 lines (225 loc) · 7.71 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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
{
"name": "kodus-orchestrator",
"version": "0.0.1",
"description": "",
"author": "",
"private": true,
"license": "UNLICENSED",
"scripts": {
"build": "nest build",
"build:production": "nest build ",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"start": "nest start --debug 0.0.0.0:9229",
"start:dev": "NODE_OPTIONS='--trace-warnings' nest start --watch --debug 0.0.0.0:9229",
"start:debug": "nest start --debug --watch",
"start:prod": "node dist/main",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"test": "node --max-old-space-size=4096 ./node_modules/.bin/jest --forceExit --runInBand --detectOpenHandles",
"test:dev": "cross-env API_NODE_ENV=development jest --detectOpenHandles",
"test:watch": "jest --watch",
"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 ./test/jest-e2e.json",
"typeorm": "ts-node -r tsconfig-paths/register ./node_modules/typeorm/cli",
"migration:generate": "f() { yarn typeorm migration:generate -p -d ./src/config/database/typeorm/ormconfig.ts \"./src/config/database/typeorm/migrations/$@\"; }; f",
"migration:run": "yarn typeorm migration:run -d ./src/config/database/typeorm/ormconfig.ts",
"migration:revert": "yarn typeorm migration:revert -d ./src/config/database/typeorm/ormconfig.ts",
"seed": "ts-node -r tsconfig-paths/register src/config/database/typeorm/seed/seed.ts",
"script": "ts-node -r tsconfig-paths/register src/config/scripts/main.script.ts",
"docker:build": "docker compose -f docker-compose.dev.yml build",
"docker:up": "docker compose -f docker-compose.dev.yml up",
"docker:down": "docker compose -f docker-compose.dev.yml down",
"docker:start": "yarn docker:down && yarn docker:up",
"docker:watch": "yarn docker:down && yarn docker:up -d",
"test:commit": "yarn docker:start -d && yarn test && yarn docker:down",
"docker:logs": "docker logs -f kodus-orchestrator",
"sentry:sourcemaps": "sentry-cli sourcemaps inject --org kodus --project kodus-orchestrator ./dist && sentry-cli sourcemaps upload --org kodus --project kodus-orchestrator ./dist",
"prepare": "husky"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.39.0",
"@aws-sdk/client-s3": "^3.782.0",
"@faker-js/faker": "^8.4.1",
"@gitbeaker/rest": "^42.2.0",
"@golevelup/nestjs-rabbitmq": "^5.7.0",
"@google/generative-ai": "^0.24.0",
"@langchain/anthropic": "^0.3.15",
"@langchain/cohere": "^0.3.3",
"@langchain/community": "^0.3.40",
"@langchain/core": "^0.3.44",
"@langchain/google-genai": "^0.2.3",
"@langchain/google-vertexai": "^0.2.4",
"@langchain/mongodb": "^0.1.0",
"@langchain/openai": "^0.5.5",
"@nestjs/axios": "^4.0.0",
"@nestjs/cache-manager": "^3.0.1",
"@nestjs/common": "^11.0.14",
"@nestjs/config": "^4.0.2",
"@nestjs/core": "^11.0.14",
"@nestjs/devtools-integration": "^0.2.0",
"@nestjs/jwt": "^11.0.0",
"@nestjs/microservices": "^11.0.14",
"@nestjs/mongoose": "^11.0.3",
"@nestjs/passport": "^11.0.5",
"@nestjs/platform-express": "^11.0.14",
"@nestjs/schedule": "^5.0.1",
"@nestjs/terminus": "^11.0.0",
"@nestjs/typeorm": "^11.0.0",
"@octokit/auth-app": "^6.1.1",
"@octokit/auth-oauth-app": "^8.1.1",
"@octokit/rest": "^20.1.1",
"@opentelemetry/api": "1.9.0",
"@opentelemetry/instrumentation-nestjs-core": "^0.45.0",
"@opentelemetry/instrumentation-pino": "^0.47.0",
"@opentelemetry/sdk-trace-node": "^2.0.0",
"@outropy/ts-sdk": "^0.0.12",
"@segment/analytics-node": "^2.2.1",
"@sentry/cli": "^2.43.0",
"@sentry/nestjs": "^9.12.0",
"@sentry/node": "^9.12.0",
"@sentry/opentelemetry": "^9.12.0",
"@sentry/profiling-node": "^9.12.0",
"@slack/web-api": "^7.9.1",
"@tavily/core": "^0.3.5",
"add": "^2.0.6",
"ajv": "^8.17.1",
"amqp-connection-manager": "^4.1.14",
"amqplib": "^0.10.7",
"axios": "^1.8.4",
"bcryptjs": "^3.0.2",
"bitbucket": "^2.12.0",
"body-parser": "^2.2.0",
"cache-manager": "^6.4.2",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"connection-string": "^4.4.0",
"cross-env": "^7.0.3",
"date-fns": "^4.1.0",
"express-rate-limit": "^7.5.0",
"fast-glob": "^3.3.3",
"file-type": "16.5.4",
"form-data": "^4.0.2",
"glob": "^11.0.1",
"graphql": "^16.10.0",
"handlebars": "^4.7.8",
"helmet": "^8.1.0",
"http-status-codes": "^2.3.0",
"immer": "^10.1.1",
"joi": "^17.13.3",
"js-yaml": "^4.1.0",
"json5": "^2.2.3",
"langchain": "^0.3.21",
"langsmith": "0.3.15",
"mailersend": "^2.3.0",
"micromatch": "^4.0.8",
"ml-kmeans": "^6.0.0",
"moment": "^2.30.1",
"moment-timezone": "^0.5.48",
"mongoose": "^8.13.2",
"mongoose-paginate": "^5.0.3",
"neo4j-driver": "^5.28.1",
"nestjs-pino": "^4.4.0",
"nodemailer-express-handlebars": "^6.1.2",
"octokit": "^3.2.1",
"openai": "^4.93.0",
"p-limit": "^6.2.0",
"parse-diff": "^0.11.1",
"passport": "^0.7.0",
"passport-jwt": "^4.0.1",
"pg": "^8.14.1",
"pg-promise": "^11.13.0",
"pgvector": "^0.2.0",
"picomatch": "^4.0.2",
"pino-http": "^10.4.0",
"pino-pretty": "^13.0.0",
"piscina": "^4.9.2",
"ramda": "^0.30.1",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.2",
"simple-git": "^3.27.0",
"source-map-support": "^0.5.21",
"tiktoken": "^1.0.20",
"tree-sitter": "^0.22.4",
"tree-sitter-c-sharp": "^0.23.1",
"tree-sitter-go": "^0.23.4",
"tree-sitter-java": "^0.23.5",
"tree-sitter-javascript": "^0.23.1",
"tree-sitter-php": "^0.23.12",
"tree-sitter-python": "^0.23.6",
"tree-sitter-ruby": "^0.23.1",
"tree-sitter-rust": "^0.23.3",
"tree-sitter-typescript": "^0.23.2",
"tslib": "^2.8.1",
"typeorm": "^0.3.22",
"typeorm-extension": "^3.7.0",
"typescript-language-server": "^4.3.4",
"uuid": "^11.1.0",
"volleyball": "^1.5.1",
"weaviate-ts-client": "^2.2.0",
"whatwg-url": "14.2.0",
"yarn": "^1.22.22",
"zod-to-json-schema": "^3.24.5"
},
"devDependencies": {
"@nestjs/cli": "^11.0.6",
"@nestjs/schematics": "^11.0.4",
"@nestjs/testing": "^11.0.14",
"@octokit/types": "^13.10.0",
"@types/amqplib": "^0.10.7",
"@types/cron": "^2.4.3",
"@types/express": "^5.0.1",
"@types/form-data": "^2.5.2",
"@types/helmet": "^4.0.0",
"@types/jest": "^29.5.14",
"@types/js-yaml": "^4.0.9",
"@types/moment-timezone": "^0.5.30",
"@types/node": "^22.14.0",
"@types/passport-jwt": "^4.0.1",
"@types/ramda": "^0.30.2",
"@types/supertest": "^6.0.3",
"@typescript-eslint/eslint-plugin": "^8.29.1",
"@typescript-eslint/parser": "^8.29.1",
"concurrently": "^9.1.2",
"esbuild": "^0.25.2",
"eslint": "^9.24.0",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-prettier": "^5.2.6",
"husky": "^9.1.7",
"jest": "^29.7.0",
"nodemon": "^3.1.9",
"prettier": "^3.5.3",
"supertest": "^7.1.0",
"ts-jest": "^29.3.1",
"ts-loader": "^9.5.2",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.8.3"
},
"resolutions": {
"moment": "^2.29.4"
},
"jest": {
"moduleNameMapper": {
"^@/(.*)$": "<rootDir>/src/$1",
"^test/mocks/(.*)$": "<rootDir>/test/mocks/$1"
},
"moduleFileExtensions": [
"js",
"json",
"ts"
],
"roots": [
"src",
"test"
],
"testRegex": ".*\\.spec\\.ts$",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
},
"collectCoverageFrom": [
"**/*.(t|j)s"
],
"coverageDirectory": "../coverage",
"testEnvironment": "node"
}
}