-
Notifications
You must be signed in to change notification settings - Fork 276
Expand file tree
/
Copy pathpackage.json
More file actions
155 lines (155 loc) · 6.78 KB
/
Copy pathpackage.json
File metadata and controls
155 lines (155 loc) · 6.78 KB
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
{
"name": "mongodb-compass-monorepo",
"description": "Monorepo that includes Compass and all its dependencies",
"homepage": "https://www.mongodb.com/products/compass",
"author": {
"name": "MongoDB Inc",
"email": "compass@mongodb.com"
},
"shortcutFolderName": "MongoDB",
"license": "SSPL",
"scripts": {
"bootstrap": "npm install && lerna run bootstrap --stream",
"postbootstrap": "npm run compile --workspace=@mongodb-js/testing-library-compass",
"bootstrap-ci": "npm ci && lerna run bootstrap",
"postbootstrap-ci": "npm run postbootstrap",
"precheck": "npm run depcheck && npm run check-logids && npm run check-leafygreen-dependency-usage",
"changed": "node ./scripts/changed.js",
"check": "lerna run check --stream",
"check-changed": "npm run check -- --since origin/HEAD --exclude-dependents",
"precheck-ci": "npm run depcheck && npm run check-logids",
"check-ci": "lerna run check",
"compile-changed": "lerna run compile --stream --since origin/HEAD",
"depalign": "depalign",
"predepcheck": "npm run depalign",
"depcheck": "depcheck",
"check-logids": "node scripts/check-logids.js",
"check-leafygreen-dependency-usage": "node scripts/check-leafygreen-dep-usage.js",
"electron-rebuild": "npm run electron-rebuild --workspace mongodb-compass",
"node-rebuild": "node ./scripts/rebuild.js kerberos interruptor",
"release": "npm run release --workspace mongodb-compass --",
"reformat": "lerna run reformat --stream --no-bail",
"package-compass": "npm run package-compass --workspace=mongodb-compass --",
"package-compass-debug": "npm run package-compass-debug --workspace=mongodb-compass --",
"package-compass-nocompile": "npm run package-compass-nocompile --workspace=mongodb-compass --",
"start": "node --experimental-strip-types --disable-warning=ExperimentalWarning scripts/start.mts",
"start-web": "npm run start --workspace=@mongodb-js/compass-web",
"test": "lerna run test --concurrency 1 --stream",
"test-changed": "lerna run test --stream --concurrency 1 --since origin/HEAD",
"test-ci": "lerna run test-ci --concurrency 1",
"test-ci-electron": "lerna run test-ci-electron --concurrency 1",
"update-authors": "node scripts/generate-authors.js",
"preupdate-third-party-notices": "npm run -w packages/compass compile",
"update-third-party-notices": "cp packages/compass/THIRD-PARTY-NOTICES.md .",
"postupdate-third-party-notices": "npx prettier-compass THIRD-PARTY-NOTICES.md --write",
"update-tracking-plan": "tracking-plan --events-file=packages/compass-telemetry/src/telemetry-events.ts --app-name=Compass > docs/tracking-plan.md",
"postupdate-tracking-plan": "npx prettier-compass docs/tracking-plan.md --write",
"bump-packages": "bump-monorepo-packages",
"publish-packages": "lerna publish from-package --no-verify-access --no-push --no-git-tag-version --yes",
"version": "node ./scripts/align-monorepo-dependencies.js --no-commit",
"where": "monorepo-where",
"create-workspace": "node ./scripts/create-workspace.js",
"update-evergreen-config": "node .evergreen/template-yml.js",
"postupdate-evergreen-config": "evergreen validate .evergreen.yml",
"update-security-test-summary": "ts-node scripts/generate-security-test-summary.ts > docs/security-test-summary.md",
"postupdate-security-test-summary": "npx prettier-compass docs/security-test-summary.md --write",
"prepare": "husky install",
"snyk-test": "node scripts/snyk-test.js",
"pregenerate-vulnerability-report": "npm run compile -w packages/compass && npm run snyk-test",
"generate-vulnerability-report": "mongodb-sbom-tools generate-vulnerability-report --snyk-reports=.sbom/snyk-test-result.json --dependencies=.sbom/dependencies.json --fail-on=high > .sbom/vulnerability-report.md",
"generate-first-party-deps-json": "mongodb-sbom-tools fetch-codeql-results --first-party-deps-list-dest=.sbom/first-party-deps.json --dependencies=.sbom/dependencies.json --exclude-repos=mongodb-js/kerberos",
"create-static-analysis-report": "mongodb-sbom-tools fetch-codeql-results --sarif-dest=.sbom/codeql.sarif.json",
"postcreate-static-analysis-report": "mongodb-sbom-tools sarif-to-markdown --sarif=.sbom/codeql.sarif.json --md=.sbom/codeql.md"
},
"repository": {
"type": "git",
"url": "git://github.com/mongodb-js/compass.git"
},
"//": "See depcheck for why we have some of these dependencies at the root of the monorepo",
"devDependencies": {
"@mongodb-js/diagramming": "^2.4.1",
"@mongodb-js/eslint-config-devtools": "^0.11.5",
"@mongodb-js/monorepo-tools": "^1.5.7",
"@mongodb-js/sbom-tools": "^0.10.18",
"@mongodb-js/tracking-plan": "^0.3.2",
"@testing-library/dom": "^8.20.1",
"ag-grid-react": "^20.2.0",
"braintrust": "^2.2.2",
"chai-enzyme": "^1.0.0-beta.1",
"express": "^4.22.1",
"husky": "^8.0.3",
"js-yaml": "^4.3.0",
"lerna": "^7.1.5",
"lodash": "^4.18.1",
"node-gyp": "^12.2.0",
"react-leaflet": "^2.4.0",
"react-leaflet-draw": "^0.19.0",
"reflux": "^0.4.1"
},
"engines": {
"node": ">=24.15.0",
"npm": ">=11.16.0"
},
"bugs": {
"url": "https://docs.mongodb.com/compass/current/#contact",
"email": "compass@mongodb.com"
},
"workspaces": [
"packages/*",
"configs/*",
"scripts"
],
"overrides": {
"@mongodb-js/eslint-config-devtools": {
"@typescript-eslint/eslint-plugin": "^8.63.0",
"@typescript-eslint/parser": "^8.63.0",
"eslint": "^8.57.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.1.1"
},
"@mongodb-js/diagramming": {
"@leafygreen-ui/icon": "^14.9.0",
"@leafygreen-ui/leafygreen-provider": "^5.0.4",
"@leafygreen-ui/palette": "^5.0.2",
"@leafygreen-ui/select": "^17.0.3",
"@leafygreen-ui/tokens": "^4.2.2",
"@leafygreen-ui/tooltip": "^14.3.1",
"@leafygreen-ui/typography": "^22.2.4"
},
"@types/react": "^17.0.83",
"@types/react-dom": "^17.0.25",
"braintrust": {
"esbuild": "0.26.0"
},
"qs": "^6.14.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"allowScripts": {
"aws-sdk": false,
"core-js": false,
"cpu-features": true,
"electron": true,
"edgedriver": false,
"electron-winstaller": true,
"esbuild": false,
"es5-ext": false,
"fsevents": false,
"fs-xattr": true,
"geckodriver": false,
"interruptor": true,
"kerberos": true,
"macos-alias": true,
"macos-export-certificate-and-key": true,
"mongodb-client-encryption": true,
"native-machine-id": true,
"nx": false,
"os-dns-native": true,
"ssh2": true,
"tesseract.js": false,
"@modelcontextprotocol/ext-apps": false,
"@parcel/watcher": false,
"core-js-pure": false
}
}