-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
52 lines (52 loc) · 1.18 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
48
49
50
51
52
{
"name": "react-native-ip-sec-vpn",
"title": "React Native Ip Sec Vpn",
"version": "1.1.0",
"description": "React Native IPSec VPN Module",
"homepage": "https://github.com/sijav/react-native-ip-sec-vpn#readme",
"main": "index.js",
"types": "index.d.ts",
"files": [
"README.md",
"android",
"index.js",
"index.ts",
"index.d.ts",
"ios",
"react-native-ip-sec-vpn.podspec"
],
"scripts": {
"prepare": "yarn run compile",
"compile": "tsc -p tsconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sijav/react-native-ip-sec-vpn.git",
"baseUrl": "https://github.com/sijav/react-native-ip-sec-vpn"
},
"keywords": [
"react-native",
"ikev",
"ipsec",
"ipsec vpn",
"vpn"
],
"author": {
"name": "Sijav",
"email": "[email protected]"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": "^16.8.1",
"react-native": ">=0.60.0-rc.0 <1.0.x"
},
"devDependencies": {
"@types/react-native": "0.63.2",
"prettier": "2.0.5",
"react": "16.13.1",
"react-native": "0.63.2",
"typescript": "3.9.7"
}
}