|
| 1 | +{ |
| 2 | + "name": "nativescript-plugin-appsflyer", |
| 3 | + "version": "6.12.1", |
| 4 | + "description": "Appsflyer SDK for NativeScript applications", |
| 5 | + "main": "appsflyer", |
| 6 | + "typings": "index.d.ts", |
| 7 | + "nativescript": { |
| 8 | + "platforms": { |
| 9 | + "android": "7.0.0", |
| 10 | + "ios": "7.0.0" |
| 11 | + } |
| 12 | + }, |
| 13 | + "scripts": { |
| 14 | + "build": "tsc", |
| 15 | + "buildall": "tsc; tns build", |
| 16 | + "demo.ios.build": "cd demoNative; tns build ios; tns run ios;", |
| 17 | + "demo.ios": "npm run preparedemo; cd demoNative; tns run ios", |
| 18 | + "demo.ios.watch.sim": "npm run preparedemo; cd demoNative; tns livesync ios --emulator --watch", |
| 19 | + "demo.ios.watch": "npm run preparedemo; cd demoNative; tns livesync ios --watch", |
| 20 | + "demo.debug.i": "cd demoNative; tns debug ios", |
| 21 | + "demo.android": "npm run preparedemo; cd demoNative; tns run android", |
| 22 | + "demo.debug.a": "cd demoNative; tns debug android", |
| 23 | + "demo.android.watch": "npm run preparedemo; cd demoNative; tns livesync android --emulator --watch", |
| 24 | + "run.android": "npm run preparedemo; cd demoNative; tns run android", |
| 25 | + "ra": "cd demoNative; tns run android", |
| 26 | + "riw": "cd demoNative; tns livesync ios --watch", |
| 27 | + "raw": "cd demoNative; tns livesync android --watch", |
| 28 | + "preparedemo": "npm run build; cd demoNative; tns plugin remove nativescript-plugin-appsflyer; tns plugin add ..; tns install; npm run setup", |
| 29 | + "setup": "cd demoNative; npm install; cd ..; npm i; ts-patch install; npm run build; cd demoNative; tns plugin add ..; cd ..", |
| 30 | + "prepack": "tsc" |
| 31 | + }, |
| 32 | + "repository": { |
| 33 | + "type": "git", |
| 34 | + "url": "https://github.com/AppsFlyerSDK/nativescript-plugin-appsflyer.git" |
| 35 | + }, |
| 36 | + "keywords": [ |
| 37 | + "appsflyer", |
| 38 | + "nativescript" |
| 39 | + ], |
| 40 | + "author": "Appsflyer / Maxim Shoustin", |
| 41 | + "license": { |
| 42 | + "type": "MIT", |
| 43 | + "url": "https://github.com/AppsFlyerSDK/nativescript-plugin-appsflyer/blob/master/LICENSE" |
| 44 | + }, |
| 45 | + "bugs": { |
| 46 | + "url": "https://github.com/AppsFlyerSDK/nativescript-plugin-appsflyer/issues" |
| 47 | + }, |
| 48 | + "homepage": "https://github.com/AppsFlyerSDK/nativescript-plugin-appsflyer#readme", |
| 49 | + "devDependencies": { |
| 50 | + "@nativescript/core": ">=7.0.0", |
| 51 | + "@nativescript/ios": ">=7.0.0", |
| 52 | + "@nativescript/types": ">=7.0.0", |
| 53 | + "@nativescript/webpack": "~4.1.0", |
| 54 | + "ts-patch": "~1.3.1", |
| 55 | + "typescript": "~3.9.0" |
| 56 | + }, |
| 57 | + "peerDependencies": { |
| 58 | + "@nativescript/core": ">=7.0.0" |
| 59 | + }, |
| 60 | + "dependencies": { |
| 61 | + "ts-node": "~9.1.1" |
| 62 | + } |
| 63 | +} |
0 commit comments