forked from mongodb-js/compass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.1 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
{
"name": "@mongodb-js/mocha-config-compass",
"version": "1.0.2",
"description": "Shared mocha mocha configuration for Compass packages",
"license": "SSPL",
"main": "index.js",
"devDependencies": {
"@mongodb-js/prettier-config-compass": "^1.0.0",
"prettier": "^2.7.1"
},
"scripts": {
"prettier": "prettier",
"lint": "npm run prettier -- --check .",
"check": "npm run lint",
"check-ci": "npm run lint",
"reformat": "npm run prettier -- --write ."
},
"repository": {
"type": "git",
"url": "https://github.com/mongodb-js/compass.git"
},
"homepage": "https://github.com/mongodb-js/compass",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@electron/remote": "^2.0.9",
"@wojtekmaj/enzyme-adapter-react-17": "^0.8.0",
"chai": "^4.3.4",
"chai-dom": "^1.9.0",
"chai-enzyme": "^1.0.0-beta.1",
"enzyme": "^3.11.0",
"global-jsdom": "^8.3.0",
"identity-obj-proxy": "^3.0.0",
"react-16-node-hanging-test-fix": "^1.0.0",
"sinon-chai": "^3.7.0",
"ts-node": "^10.9.1",
"why-is-node-running": "^2.2.2"
}
}