|
34 | 34 | "stable-hash": "0.0.4" |
35 | 35 | }, |
36 | 36 | "devDependencies": { |
37 | | - "@anthropic-ai/sdk": "^0.32.1", |
38 | | - "@babel/core": "^7.26.0", |
39 | | - "@babel/plugin-transform-modules-commonjs": "^7.26.3", |
40 | | - "@babel/preset-env": "^7.26.0", |
41 | | - "@trivago/prettier-plugin-sort-imports": "4.3.0", |
42 | | - "@types/cli-progress": "^3.11.6", |
43 | | - "@types/jest": "29.5.5", |
44 | | - "@types/lodash": "4.14.74", |
45 | | - "@types/node": "17.0.33", |
46 | | - "@types/node-fetch": "2.6.9", |
47 | | - "@types/qs": "6.9.8", |
48 | | - "@types/readable-stream": "^4.0.15", |
49 | 37 | "@types/url-join": "4.0.1", |
50 | | - "babel-jest": "^29.7.0", |
| 38 | + "@types/qs": "^6.9.17", |
| 39 | + "@types/node-fetch": "^2.6.12", |
| 40 | + "@types/readable-stream": "^4.0.18", |
| 41 | + "webpack": "^5.97.1", |
| 42 | + "ts-loader": "^9.5.1", |
| 43 | + "jest": "^29.7.0", |
| 44 | + "@types/jest": "^29.5.14", |
| 45 | + "ts-jest": "^29.1.1", |
| 46 | + "jest-environment-jsdom": "^29.7.0", |
| 47 | + "@types/node": "^18.19.70", |
| 48 | + "prettier": "^3.4.2", |
| 49 | + "typescript": "~5.7.2", |
| 50 | + "openai": "^4.74.0", |
| 51 | + "@anthropic-ai/sdk": "^0.32.1", |
51 | 52 | "cohere-ai": "^7.15.0", |
52 | 53 | "dotenv": "^16.4.6", |
53 | | - "fetch-mock-jest": "^1.5.1", |
54 | | - "jest": "29.7.0", |
55 | | - "jest-environment-jsdom": "29.7.0", |
56 | 54 | "jsonschema": "^1.4.1", |
57 | | - "openai": "^4.74.0", |
58 | | - "prettier": "^3.4.2", |
59 | | - "ts-jest": "29.1.1", |
60 | | - "ts-loader": "^9.3.1", |
61 | | - "typescript": "4.6.4", |
62 | | - "webpack": "^5.94.0" |
| 55 | + "@types/cli-progress": "^3.11.6", |
| 56 | + "babel-jest": "^29.7.0", |
| 57 | + "@babel/core": "^7.26.0", |
| 58 | + "@babel/plugin-transform-modules-commonjs": "^7.26.3", |
| 59 | + "@babel/preset-env": "^7.26.0", |
| 60 | + "@types/lodash": "4.14.74" |
63 | 61 | }, |
64 | 62 | "browser": { |
65 | 63 | "fs": false, |
|
0 commit comments