{ "name": "follow-native", "version": "0.1.0", "description": "Nope", "author": "Innei (https://github.com/Innei)", "license": "MIT", "homepage": "https://github.com/Innei/follow-native#readme", "bugs": { "url": "https://github.com/Innei/follow-native/issues" }, "keywords": [ "react-native", "expo", "follow-native", "FollowNative" ], "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "//prepare": "expo-module prepare", "build": "expo-module build", "clean": "expo-module clean", "expo-module": "expo-module", "lint": "expo-module lint", "open:android": "open -a \"Android Studio\" example/android", "open:ios": "xed example/ios", "prepublishOnly": "expo-module prepublishOnly" }, "peerDependencies": { "expo": "~52.0.0", "react": "18.3.1", "react-native": "0.77.0" }, "devDependencies": { "expo-module-scripts": "^4.0.3" } }