{
  "name": "nativescript-plugin-appsflyer",
  "version": "6.14.3",
  "description": "Appsflyer SDK for NativeScript applications",
  "main": "appsflyer",
  "typings": "index.d.ts",
  "nativescript": {
    "platforms": {
      "android": "7.0.0",
      "ios": "7.0.0"
    }
  },
  "scripts": {
    "build": "tsc",
    "buildall": "tsc; tns build",
    "demo.ios.build": "cd demoNative; tns build ios; tns run ios;",
    "demo.ios": "npm run preparedemo; cd demoNative; tns run ios",
    "demo.ios.watch.sim": "npm run preparedemo; cd demoNative; tns livesync ios --emulator --watch",
    "demo.ios.watch": "npm run preparedemo; cd demoNative; tns livesync ios --watch",
    "demo.debug.i": "cd demoNative; tns debug ios",
    "demo.android": "npm run preparedemo; cd demoNative; ns run android",
    "demo.debug.a": "cd demoNative; tns debug android",
    "demo.android.watch": "npm run preparedemo; cd demoNative; tns livesync android --emulator --watch",
    "run.android": "npm run preparedemo; cd demoNative; tns run android",
    "ra": "cd demoNative; tns run android",
    "riw": "cd demoNative; tns livesync ios --watch",
    "raw": "cd demoNative; tns livesync android --watch",
    "preparedemo": "npm run build; cd demoNative; tns plugin remove nativescript-plugin-appsflyer; tns plugin add ..; tns install; npm run setup",
    "setup": "cd demoNative; npm install; cd ..; npm i; ts-patch install; npm run build; cd demoNative; tns plugin add ..; cd ..",
    "prepack": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/AppsFlyerSDK/nativescript-plugin-appsflyer.git"
  },
  "keywords": [
    "appsflyer",
    "nativescript"
  ],
  "author": "Appsflyer / Maxim Shoustin",
  "license": {
    "type": "MIT",
    "url": "https://github.com/AppsFlyerSDK/nativescript-plugin-appsflyer/blob/master/LICENSE"
  },
  "bugs": {
    "url": "https://github.com/AppsFlyerSDK/nativescript-plugin-appsflyer/issues"
  },
  "homepage": "https://github.com/AppsFlyerSDK/nativescript-plugin-appsflyer#readme",
  "devDependencies": {
    "@nativescript/core": ">=7.0.0",
    "@nativescript/ios": ">=7.0.0",
    "@nativescript/types": ">=7.0.0",
    "@nativescript/webpack": "~5.0.16",
    "ts-patch": "~3.0.2",
    "typescript": "~4.8.0"
  },
  "peerDependencies": {
    "@nativescript/core": ">=7.0.0"
  },
  "dependencies": {
    "ts-node": "~10.9.1"
  }
}
