|
21 | 21 | "dev": "npm run start",
|
22 | 22 | "dev:encrypt": "npm run start -- --encrypt_enable --encrypt_key=33b9405ac49f63ef4ccbf6b338aeeff8152e844d942ef22278abbec2b1f93b5e",
|
23 | 23 | "repl": "npm run start -- --entryFile repl",
|
24 |
| - "bundle": "rimraf out && npm run build && cd dist/src && npx ncc build main.js -o ../../out --minify -s && cd ../.. && chmod +x out/index.js && node scripts/after-bundle.js", |
| 24 | + "bundle": "sh scripts/bundle.sh", |
25 | 25 | "start": "cross-env NODE_ENV=development nest start -w --path tsconfig.json -- ",
|
26 | 26 | "start:debug": "cross-env NODE_ENV=development nest start --debug --watch",
|
27 | 27 | "start:cluster": "cross-env NODE_ENV=development nest start --watch -- --cluster --cluster_workers 2",
|
|
49 | 49 | },
|
50 | 50 | "dependencies": {
|
51 | 51 | "@algolia/client-search": "^4.22.1",
|
52 |
| - "@antfu/install-pkg": "1.1.0", |
53 |
| - "@aws-sdk/client-s3": "3.808.0", |
| 52 | + "@antfu/install-pkg": "1.0.0", |
| 53 | + "@aws-sdk/client-s3": "3.802.0", |
54 | 54 | "@babel/core": "7.27.1",
|
55 | 55 | "@babel/plugin-transform-modules-commonjs": "7.27.1",
|
56 | 56 | "@babel/plugin-transform-typescript": "7.27.1",
|
|
134 | 134 | },
|
135 | 135 | "devDependencies": {
|
136 | 136 | "@langchain/core": "0.3.55",
|
| 137 | + "@langchain/langgraph": "0.2.72", |
137 | 138 | "@nestjs/cli": "11.0.7",
|
138 | 139 | "@nestjs/schematics": "11.0.5",
|
139 | 140 | "@nestjs/testing": "11.1.1",
|
|
159 | 160 | "ioredis": "5.6.1",
|
160 | 161 | "mongodb-memory-server": "^10.1.4",
|
161 | 162 | "redis-memory-server": "^0.12.1",
|
| 163 | + "rimraf": "6.0.1", |
162 | 164 | "sharp": "0.34.1",
|
163 | 165 | "socket.io": "^4.8.1",
|
164 | 166 | "typescript": "5.7.3",
|
|
0 commit comments