|
37 | 37 | "prepare": "npm run build", |
38 | 38 | "build:clean": "rm -rf dist", |
39 | 39 | "build:update-package-version": "tsx scripts/updatePackageVersion.ts", |
40 | | - "build:esm": "tsc --project tsconfig.esm.json", |
| 40 | + "build:esm": "tsc --project tsconfig.esm.json && chmod +x dist/esm/index.js", |
41 | 41 | "build:cjs": "tsc --project tsconfig.cjs.json", |
42 | 42 | "build:universal-package": "tsx scripts/createUniversalPackage.ts", |
43 | | - "build:chmod": "chmod +x dist/esm/index.js", |
44 | | - "build": "npm run build:clean && npm run build:esm && npm run build:cjs && npm run build:universal-package && npm run build:chmod", |
| 43 | + "build": "npm run build:clean && concurrently \"npm run build:esm\" \"npm run build:cjs\" && npm run build:universal-package", |
45 | 44 | "inspect": "npm run build && mcp-inspector -- dist/esm/index.js", |
46 | 45 | "prettier": "prettier", |
47 | | - "check": "npm run build && npm run check:types && npm run check:lint && npm run check:format && npm run check:dependencies", |
| 46 | + "check": "concurrently \"npm run build\" \"npm run check:types\" \"npm run check:lint\" \"npm run check:format\" \"npm run check:dependencies\"", |
48 | 47 | "check:lint": "eslint .", |
49 | 48 | "check:dependencies": "knip --strict", |
50 | 49 | "check:format": "prettier -c .", |
|
76 | 75 | "@typescript-eslint/parser": "^8.44.0", |
77 | 76 | "@vitest/coverage-v8": "^3.2.4", |
78 | 77 | "@vitest/eslint-plugin": "^1.3.4", |
79 | | - "ai": "^5.0.72", |
| 78 | + "concurrently": "^9.2.1", |
80 | 79 | "duplexpair": "^1.0.2", |
81 | 80 | "eslint": "^9.34.0", |
82 | 81 | "eslint-config-prettier": "^10.1.8", |
|
104 | 103 | "@mongodb-js/devtools-proxy-support": "^0.5.3", |
105 | 104 | "@mongosh/arg-parser": "^3.19.0", |
106 | 105 | "@mongosh/service-provider-node-driver": "^3.17.0", |
| 106 | + "ai": "^5.0.72", |
107 | 107 | "bson": "^6.10.4", |
108 | 108 | "express": "^5.1.0", |
109 | 109 | "lru-cache": "^11.1.0", |
|
116 | 116 | "oauth4webapi": "^3.8.0", |
117 | 117 | "openapi-fetch": "^0.14.0", |
118 | 118 | "ts-levenshtein": "^1.0.7", |
| 119 | + "voyage-ai-provider": "^2.0.0", |
119 | 120 | "yargs-parser": "21.1.1", |
120 | 121 | "zod": "^3.25.76" |
121 | 122 | }, |
|
0 commit comments