-
Notifications
You must be signed in to change notification settings - Fork 180
/
package.json
45 lines (45 loc) · 1.18 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
{
"name": "@mongodb-js/eslint-config-compass",
"version": "1.1.7",
"description": "Shared Compass eslint configuration",
"license": "SSPL",
"main": "index.js",
"files": [
"index.js",
"package.json",
"README.md"
],
"peerDependencies": {
"eslint": "^7.25.0"
},
"dependencies": {
"@babel/core": "^7.21.4",
"@babel/eslint-parser": "^7.14.3",
"@mongodb-js/eslint-config-devtools": "^0.9.9",
"@mongodb-js/eslint-plugin-compass": "^1.0.21",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-filename-rules": "^1.2.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-mocha": "^8.0.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0"
},
"devDependencies": {
"prettier": "^2.7.1"
},
"scripts": {
"check": "npm run lint",
"lint": "prettier --check .",
"reformat": "prettier --write ."
},
"repository": {
"type": "git",
"url": "https://github.com/mongodb-js/compass.git"
},
"homepage": "https://github.com/mongodb-js/compass",
"publishConfig": {
"access": "public"
}
}