react-native-vpn-ipsec
Version:
React Native IPSec VPN Module
122 lines (121 loc) • 2.8 kB
JSON
{
"name": "react-native-vpn-ipsec",
"title": "React Native Ip Sec Vpn",
"version": "1.1.3",
"description": "React Native IPSec VPN Module",
"homepage": "https://github.com/mstfmedeni/react-native-vpn-ipsec#readme",
"types": "lib/typescript/index.d.ts",
"source": "src/index",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"react-native": "src/index",
"files": [
"src",
"lib",
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__",
"README.md",
"android",
"index.js",
"index.ts",
"index.d.ts",
"ios",
"*.podspec",
"!ios/build",
"!android/build",
"!android/gradle",
"!android/gradlew",
"!android/gradlew.bat",
"!android/local.properties",
"!**/.*"
],
"scripts": {
"typescript": "tsc --noEmit",
"lint": "eslint \"**/*.{js,ts,tsx}\"",
"prepare": "bob build",
"compile": "tsc -p tsconfig.json --skipLibCheck"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mstfmedeni/react-native-vpn-ipsec.git",
"baseUrl": "https://github.com/mstfmedeni/react-native-vpn-ipsec"
},
"keywords": [
"react-native",
"ikev",
"ipsec",
"ipsec vpn",
"vpn"
],
"author": "Mustafa MEDENi <mustafa@medeni.dev>",
"license": "MIT",
"licenseFilename": "LICENSE",
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"nativePackage": true,
"devDependencies": {
"@react-native-community/eslint-config": "^3.1.0",
"@types/react-native": "0.62.13",
"eslint": "^7.2.0",
"eslint-config-prettier": "^7.0.0",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-native": "^4.0.0",
"prettier": "^2.0.5",
"react": "16.13.1",
"react-native": "0.63.4",
"react-native-builder-bob": "^0.20.0",
"typescript": "^4.1.3"
},
"bugs": {
"url": "https://github.com/mstfmedeni/react-native-vpn-ipsec/issues"
},
"directories": {
"example": "example",
"lib": "lib"
},
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
"commonjs",
"module",
[
"typescript",
{
"project": "tsconfig.build.json"
}
]
]
},
"eslintIgnore": [
"node_modules/",
"lib/"
],
"eslintConfig": {
"root": true,
"extends": [
"@react-native-community",
"prettier"
],
"rules": {
"prettier/prettier": [
"error",
{
"quoteProps": "consistent",
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"useTabs": false
}
]
}
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.46.0",
"@typescript-eslint/parser": "^5.46.0",
"jetifier": "^2.0.0"
}
}