-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.22 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": "@keybas-engineering/eslint-config-backend",
"version": "2.1.0",
"description": "A simple ESLint configuration for Keybas projects (backend)",
"main": "index.js",
"files": [
"index.js"
],
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:keybas-engineering/eslint-config-backend.git"
},
"engines": {
"node": ">=14"
},
"keywords": [
"eslint",
"eslintconfig"
],
"author": "",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/keybas-engineering/eslint-config-backend/issues"
},
"homepage": "https://github.com/keybas-engineering/eslint-config-backend#readme",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.22.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsonc": "^2.2.1",
"eslint-plugin-mocha": "^10.0.4",
"eslint-plugin-no-secrets": "^0.8.9",
"eslint-plugin-security": "^1.5.0",
"eslint-plugin-sonarjs": "^0.13.0",
"eslint-plugin-unicorn": "^42.0.0",
"eslint-plugin-unused-imports": "^2.0.0"
},
"devDependencies": {
"prettier": "^2.3.2"
},
"peerDependencies": {
"eslint": ">=8.8.0"
}
}