forked from mongodb-js/compass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.07 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
{
"name": "@mongodb-js/mongodb-redux-common",
"description": "Common Redux Modules for mongodb-js",
"author": "Durran Jordan <[email protected]>",
"bugs": {
"url": "https://jira.mongodb.org/projects/COMPASS/issues",
"email": "[email protected]"
},
"homepage": "https://github.com/mongodb-js/compass",
"version": "2.0.5",
"repository": {
"type": "git",
"url": "https://github.com/mongodb-js/compass.git"
},
"license": "SSPL",
"keywords": [
"mongodb-js"
],
"scripts": {
"preci": "npm run check",
"test-check-ci": "npm test",
"test": "mocha --recursive",
"check": "npm run lint && npm run depcheck",
"lint": "eslint \"./{src,lib,test,bin}/**/*.{js,jsx,ts,tsx}\" \"./*.js\" --no-error-on-unmatched-pattern",
"depcheck": "depcheck",
"test-ci": "npm run test"
},
"devDependencies": {
"chai": "^4.1.2",
"depcheck": "^1.4.1",
"eslint": "^7.25.0",
"eslint-config-mongodb-js": "^3.0.1",
"eslint-plugin-react": "^7.24.0",
"hadron-app-registry": "^9.0.4",
"mocha": "^6.1.2",
"sinon": "^7.2.7"
}
}