forked from ccnnde/react-native-simple-openvpn
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.29 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.29 KB
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
48
49
50
{
"name": "react-native-simple-openvpn",
"title": "React Native Simple Openvpn",
"version": "2.0.0",
"description": "React Native Open VPN Module",
"main": "index.js",
"types": "index.d.ts",
"files": [
"README.md",
"android",
"vpnLib",
"index.js",
"index.d.ts",
"ios",
"react-native-simple-openvpn.podspec"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-vpn-lib": "yarn build-ics-ovpn; yarn gen-vpn-lib; yarn patch-vpn-lib",
"build-ics-ovpn": "sh scripts/build-ics-ovpn.sh",
"gen-vpn-lib": "sh scripts/gen-vpn-lib.sh",
"patch-vpn-lib": "sh scripts/patch-vpn-lib.sh",
"zip-vpn-jni": "node vpnJni/zip-vpn-jni.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ccnnde/react-native-simple-openvpn.git",
"baseUrl": "https://github.com/ccnnde/react-native-simple-openvpn"
},
"keywords": [
"react-native",
"openvpn",
"vpn"
],
"author": {
"name": "Nor Cod",
"email": "norfecod@outlook.com"
},
"license": "GPL-2.0-or-later",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react-native": ">=0.63"
},
"devDependencies": {
"archiver": "^5.3.0",
"clang-format": "^1.4.0",
"prettier": "^2.3.2"
}
}