{
    "name": "cordova.demo",
    "displayName": "demoApp",
    "version": "1.0.0",
    "description": "A sample Apache Cordova application that responds to the deviceready event.",
    "main": "index.js",
    "scripts": {
        "buildandroid1": "npm run clean && cordova build android --release --verbose --buildConfig ./build.json && zipalign -v 4 platforms/android/app/build/outputs/apk/release/app-release.apk platforms/android/app/build/outputs/apk/release/app-release-zipalign.apk",
        "buildandroiddev1": "npm run clean && cordova build android --debug --verbose --buildConfig ./build.json && zipalign -v 4 platforms/android/app/build/outputs/apk/debug/app-debug.apk platforms/android/app/build/outputs/apk/debug/app-debug-zipalign.apk",
        "buildandroid": "npm run clean && cordova build android --release --verbose --buildConfig ./build.json",
        "buildandroiddev": "npm run clean && cordova build android --debug --verbose --buildConfig ./build.json",
        "adbrestart": "adb kill-server && adb forward --remove-all && adb start-server",
        "clean": "rm -rf platforms/android/app/build/outputs/apk/*",
        "open-xcode": "open -a Xcode \"platforms/ios/Agrochest App.xcworkspace\""
    },
    "author": "Apache Cordova Team",
    "license": "Apache-2.0",
    "dependencies": {
        "cordova-android": "^8.1.0",
        "cordova-ios": "^5.1.1",
        "cordova-plugin-androidx": "^1.0.2",
        "cordova-plugin-androidx-adapter": "^1.1.1",
        "cordova-plugin-fcm-with-dependecy-updated": "^6.4.0",
        "cordova-plugin-file": "6.0.2",
        "cordova-plugin-file-opener2": "^3.0.1",
        "cordova-plugin-geolocation": "^4.0.2",
        "cordova-plugin-inappbrowser": "^3.2.0",
        "cordova-plugin-splashscreen": "^5.0.3",
        "cordova-plugin-whitelist": "^1.3.4",
        "cordova-plugin-wkwebview-engine": "^1.2.1"
    },
    "cordova": {
        "plugins": {
            "cordova-plugin-whitelist": {},
            "cordova-plugin-file": {},
            "cordova-plugin-file-opener2": {
                "ANDROID_SUPPORT_V4_VERSION": "27.+"
            },
            "cordova-plugin-geolocation": {},
            "cordova-plugin-fcm-with-dependecy-updated": {},
            "cordova-plugin-androidx": {},
            "cordova-plugin-androidx-adapter": {},
            "cordova-plugin-wkwebview-engine": {},
            "cordova-plugin-inappbrowser": {},
            "cordova-plugin-splashscreen": {}
        },
        "platforms": [
            "android",
            "ios"
        ]
    }
}