-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.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
{
"name": "@arcticshadow/eslint-config",
"version": "1.0.0",
"description": "Eslint Config for arcticShadow",
"main": "src/index.js",
"type": "commonjs",
"engines": {
"node": ">=16"
},
"scripts": {
"lint": "eslint src/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arcticShadow/eslint-config.git"
},
"exports": {
".": "./src/index.js",
"./*": "./src/*.js"
},
"author": "",
"license": "WTFPL",
"homepage": "https://github.com/arcticshadow/eslint-config#readme",
"peerDependencies": {
"@react-native-community/eslint-config": ">=3.2.0",
"@typescript-eslint/eslint-plugin": ">=5",
"@typescript-eslint/parser": ">=5",
"eslint": ">= 8",
"eslint-config-prettier": ">= 8",
"eslint-plugin-prettier": ">= 4",
"eslint-plugin-react": ">= 7",
"eslint-plugin-sonarjs": "^0.11.0",
"typescript": ">=4"
},
"devDependencies": {
"@react-native-community/eslint-config": "^3.2.0",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-sonarjs": "^0.23.0",
"typescript": "^5.2.2"
},
"packageManager": "pnpm@8.10.5"
}