competitor-analysis-app
Version:
Check if specific apps are installed in a React Native app
45 lines (44 loc) • 1.03 kB
JSON
{
"name": "competitor-analysis-app",
"version": "1.1.0",
"description": "Check if specific apps are installed in a React Native app",
"main": "index.js",
"module": "index.js",
"nativePackage": true,
"types": "index.d.ts",
"react-native": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/yourusername/react-native-check-apps.git"
},
"keywords": [
"react-native",
"apps",
"installed",
"check",
"react-native-linking",
"android"
],
"author": "Sonu Kumar",
"license": "MIT",
"dependencies": {
"axios": "^1.0.0",
"fuse.js": "^6.6.2",
"react-native-device-info": "^10.0.0"
},
"peerDependencies": {
"react-native": ">=0.60.0"
},
"files": [
"index.js",
"index.d.ts",
"android/",
"ios/"
],
"scripts": {
"postinstall": "echo 'Run pod install if using iOS'",
"build": "echo 'Building package...'",
"prepare": "echo 'Preparing package...'",
"test": "echo \"No tests specified\" && exit 1"
}
}