-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 832 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 832 Bytes
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
{
"name": "@strv/eslint-config-react-native",
"description": "STRV's ESLint config for React Native projects",
"version": "4.0.0",
"author": "Petr Chalupa <petr.chalupa@strv.com>",
"keywords": ["eslint", "react-native", "config", "strv"],
"repository": {
"type": "git",
"url": "git://github.com/strvcom/code-quality-tools.git"
},
"bugs": {
"url": "https://github.com/strvcom/code-quality-tools/issues"
},
"homepage": "https://github.com/strvcom/code-quality-tools/tree/master/packages/eslint-config-react-native#readme",
"license": "BSD-3-Clause",
"main": "index.mjs",
"type": "module",
"dependencies": {
"@strv/eslint-config-typescript": "^6.0.0",
"eslint-config-expo": "^10.0.0"
},
"peerDependencies": {
"eslint": "^9"
},
"publishConfig": {
"access": "public"
}
}