@youssefhenna/expo-enode-link-sdk
Version:
An Expo Module integration for Enode's Link SDK
45 lines (44 loc) • 1.49 kB
JSON
{
"name": "@youssefhenna/expo-enode-link-sdk",
"version": "1.0.4",
"description": "An Expo Module integration for Enode's Link SDK",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"prepare": "expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module",
"open:ios": "open -a \"Xcode\" example/ios",
"open:android": "open -a \"Android Studio\" example/android"
},
"keywords": [
"react-native",
"expo",
"expo-enode-link-sdk",
"ExpoEnodeLinkSDK"
],
"repository": "https://github.com/YoussefHenna/expo-enode-link-sdk",
"bugs": {
"url": "https://github.com/YoussefHenna/expo-enode-link-sdk/issues"
},
"author": "Youssef Henna <youssef.hisham14@gmail.com> (https://github.com/YoussefHenna)",
"license": "MIT",
"homepage": "https://github.com/YoussefHenna/expo-enode-link-sdk#readme",
"dependencies": {},
"devDependencies": {
"@types/react": "^18.0.25",
"expo-module-scripts": "^3.5.2",
"expo-modules-core": "~1.11.14",
"@expo/config-plugins": "~8.0.10"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}