|
143 | 143 | "generate-3rd-party-notices": "mongodb-sbom-tools generate-3rd-party-notices --product='Mongodb Compass' --dependencies=../../.sbom/dependencies.json > THIRD-PARTY-NOTICES.md", |
144 | 144 | "postgenerate-3rd-party-notices": "prettier --write THIRD-PARTY-NOTICES.md", |
145 | 145 | "run-compiled": "electron .", |
146 | | - "release": "node release/index.js", |
147 | 146 | "package-compass": "hadron-build release", |
148 | 147 | "package-compass-debug": "DEBUG='*' HADRON_SKIP_INSTALLER=true NO_ASAR=true hadron-build release", |
149 | | - "test-release-tasks": "mocha \"./release/*.spec.js\"", |
150 | 148 | "upload": "hadron-build upload", |
151 | 149 | "download": "hadron-build download", |
152 | 150 | "evergreen-expansions": "hadron-build info --format=yaml --flatten > expansions.yml", |
|
156 | 154 | "prettier": "prettier", |
157 | 155 | "lint": "npm run eslint . && npm run prettier -- --check .", |
158 | 156 | "depcheck": "depcheck", |
159 | | - "test-ci": "npm run test-release-tasks", |
160 | 157 | "test-ci-electron": "npm run test-electron", |
161 | 158 | "typecheck": "tsc -p tsconfig-lint.json --noEmit", |
162 | 159 | "reformat": "npm run prettier -- --write . && npm run eslint . --fix" |
|
223 | 220 | "chai": "^4.3.4", |
224 | 221 | "chalk": "^4.1.2", |
225 | 222 | "clean-stack": "^2.0.0", |
226 | | - "cli-ux": "^5.5.1", |
227 | 223 | "compass-preferences-model": "^2.15.0", |
228 | 224 | "darkreader": "^4.9.40", |
229 | 225 | "debug": "^4.2.0", |
|
235 | 231 | "electron-squirrel-startup": "^1.0.0", |
236 | 232 | "ensure-error": "^3.0.1", |
237 | 233 | "eslint": "^7.25.0", |
238 | | - "execa": "^5.1.1", |
239 | | - "fs-extra": "^9.1.0", |
240 | 234 | "hadron-app": "^5.12.0", |
241 | 235 | "hadron-app-registry": "^9.0.11", |
242 | 236 | "hadron-build": "^25.4.1", |
|
245 | 239 | "lodash": "^4.17.21", |
246 | 240 | "make-fetch-happen": "^8.0.14", |
247 | 241 | "marky": "^1.2.1", |
248 | | - "mocha": "^10.2.0", |
249 | 242 | "mongodb-connection-string-url": "^2.6.0", |
250 | 243 | "mongodb-data-service": "^22.12.0", |
251 | 244 | "mongodb-instance-model": "^12.12.0", |
252 | 245 | "mongodb-log-writer": "^1.3.0", |
253 | | - "nock": "^13.0.11", |
254 | 246 | "node-fetch": "^2.6.7", |
255 | | - "pkg-up": "^3.1.0", |
256 | 247 | "react": "^17.0.2", |
257 | 248 | "react-dom": "^17.0.2", |
258 | 249 | "reflux": "^0.4.1", |
259 | | - "semver": "^7.5.4", |
260 | 250 | "sinon": "^8.1.1", |
261 | 251 | "source-code-pro": "^2.38.0", |
262 | 252 | "ts-node": "^10.9.1", |
|
0 commit comments