Folo/apps/mobile/native/package.json

38 lines
970 B
JSON

{
"name": "follow-native",
"version": "0.1.0",
"description": "Nope",
"author": "Innei <tukon479@gmail.com> (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.35",
"react": "18.3.1",
"react-native": "0.77.1"
},
"devDependencies": {
"expo-module-scripts": "4.0.4"
}
}