forked from mongodb-js/compass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.3 KB
/
package.json
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
{
"name": "hadron-build",
"description": "Tooling for Hadron apps like Compass",
"version": "25.5.6",
"scripts": {
"check": "npm run lint && npm run depcheck",
"test": "mocha -R spec",
"lint": "eslint \"./{src,lib,test,bin}/**/*.{js,jsx,ts,tsx}\" \"./*.js\" --no-error-on-unmatched-pattern",
"depcheck": "depcheck",
"test-ci": "npm run test",
"postinstall": "node signtool/install.js"
},
"bin": {
"hadron-build": "cli.js"
},
"homepage": "https://github.com/mongodb-js/compass",
"repository": {
"type": "git",
"url": "https://github.com/mongodb-js/compass.git"
},
"dependencies": {
"@electron/rebuild": "^3.6.0",
"@mongodb-js/devtools-github-repo": "^1.4.1",
"@mongodb-js/dl-center": "^1.0.1",
"@mongodb-js/electron-wix-msi": "^3.0.0",
"@mongodb-js/signing-utils": "^0.3.1",
"@npmcli/arborist": "^6.2.0",
"@octokit/rest": "^18.6.2",
"asar": "^3.0.3",
"chalk": "^4.1.2",
"cli-table": "^0.3.1",
"debug": "^4.3.4",
"del": "^2.0.2",
"download": "^8.0.0",
"electron": "^29.4.5",
"electron-packager": "^15.5.1",
"electron-packager-plugin-non-proprietary-codecs-ffmpeg": "^1.0.2",
"flatnest": "^1.0.0",
"fs-extra": "^8.1.0",
"getos": "^3.1.4",
"got": "^10.7.0",
"in-publish": "^2.0.0",
"js-yaml": "^4.1.0",
"json-diff": "^0.9.0",
"jszip": "^3.5.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"mongodb-js-cli": "^0.0.3",
"node-abi": "^3.65.0",
"normalize-package-data": "^2.3.5",
"parse-github-repo-url": "^1.3.0",
"semver": "^7.6.2",
"tar": "^6.1.15",
"which": "^2.0.2",
"xvfb-maybe": "^0.2.1",
"yargs": "^4.8.1",
"zip-folder": "^1.0.0"
},
"devDependencies": {
"@mongodb-js/eslint-config-compass": "^1.1.3",
"chai": "^4.2.0",
"depcheck": "^1.4.1",
"eslint": "^7.25.0",
"eslint-plugin-mocha": "^8.0.0",
"mocha": "^10.2.0",
"plist": "^3.0.1",
"sinon": "^9.0.0",
"sinon-chai": "^3.7.0"
},
"optionalDependencies": {
"electron-installer-debian": "^3.2.0",
"electron-installer-dmg": "^4.0.0",
"electron-installer-redhat": "^2.0.0",
"electron-winstaller": "^5.1.0"
},
"license": "SSPL",
"bugs": {
"url": "https://jira.mongodb.org/projects/COMPASS/issues",
"email": "[email protected]"
}
}