-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 993 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 993 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
29
30
31
32
33
34
35
36
{
"name": "expo-network-security-config",
"version": "1.0.2",
"description": "This Expo config plugin allows you to include a network security config within your app.",
"repository": "https://github.com/pchalupa/expo-network-security-config",
"bugs": {
"url": "https://github.com/pchalupa/expo-network-security-config/issues"
},
"author": "pchalupa <chalupa.petr93@gmail.com> (https://github.com/pchalupa)",
"license": "MIT",
"homepage": "https://github.com/pchalupa/expo-network-security-config#readme.md",
"main": "index.js",
"keywords": [
"react-native",
"expo",
"expo-network-security-config"
],
"files": [
"index.js"
],
"scripts": {
"lint": "eslint",
"format:check": "prettier --check ."
},
"devDependencies": {
"@eslint/js": "^9.6.0",
"eslint": "^10.0.2",
"expo": ">=50.0.0",
"globals": "^17.0.0",
"prettier": "^3.3.2",
"typescript": "^5.5.4"
},
"peerDependencies": {
"expo": ">=50.0.0"
}
}