UNPKG

onboardsync-react-native

Version:

Expo SDK for OnboardSync - Remote onboarding configuration platform with A/B testing

79 lines (78 loc) 2.13 kB
{ "name": "onboardsync-react-native", "version": "2.0.14", "description": "Expo SDK for OnboardSync - Remote onboarding configuration platform with A/B testing", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "build": "tsc -p tsconfig.build.json", "prepare": "npm run build", "test": "jest", "lint": "eslint src/**/*.{ts,tsx}", "typecheck": "tsc --noEmit" }, "keywords": [ "onboarding", "expo", "expo-go", "react-native", "remote-config", "a/b-testing", "user-onboarding" ], "author": "OnboardSync", "license": "MIT", "homepage": "https://onboardsync.com", "peerDependencies": { "@react-native-async-storage/async-storage": "*", "expo": ">=47.0.0", "expo-application": "*", "expo-camera": "*", "expo-contacts": "*", "expo-crypto": "*", "expo-device": "*", "expo-location": "*", "expo-media-library": "*", "expo-notifications": "*", "expo-secure-store": "*", "expo-store-review": "*", "react": "*", "react-native": "*", "react-native-webview": "*" }, "devDependencies": { "@types/jest": "^29.0.0", "@types/react": "^18.2.0", "@types/react-native": "^0.72.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.0.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-react": "^7.33.0", "eslint-plugin-react-native": "^4.0.0", "expo": "^53.0.20", "expo-application": "^6.1.5", "expo-camera": "^16.1.11", "expo-contacts": "^14.2.5", "expo-crypto": "^14.1.5", "expo-device": "^7.1.4", "expo-location": "^18.1.6", "expo-media-library": "^17.1.7", "expo-notifications": "^0.31.4", "expo-secure-store": "^14.2.3", "expo-store-review": "^8.1.5", "jest": "^29.0.0", "prettier": "^3.0.0", "react-native-typescript-transformer": "^1.2.13", "react-native-webview": "^13.15.0", "ts-jest": "^29.0.0", "typescript": "^5.0.0" }, "files": [ "lib", "src", "README.md", "LICENSE" ], "react-native": "src/index.ts" }