{
  "name": "nativescript-xz-ad-generation",
  "version": "1.0.26",
  "description": "NativeScript AdGeneration Plugin",
  "typings": "index.d.ts",
  "nativescript": {
    "platforms": {
      "android": "5.4.0",
      "ios": "5.4.0"
    }
  },
  "scripts": {
    "tsc": "tsc",
    "ngc": "node --max-old-space-size=8192 ./node_modules/.bin/ngc",
    "build": "npm run tsc && npm run build.native && npm run ngc",
    "build.native": "node scripts/build-native.js",
    "postclone": "npm i && node scripts/postclone.js && cd ../demo && npm i && npx rimraf -- package-lock.json && cd ../src",
    "test.android": "npm run tsc && npm run tslint && cd ../demo && tns build android && tns test android --justlaunch",
    "test.ios": "npm run tsc && npm run tslint && cd ../demo && tns build ios && tns test ios --justlaunch",
    "tslint": "cd .. && tslint \"**/*.ts\" --config tslint.json --exclude \"**/node_modules/**\"",
    "plugin.tscwatch": "npm run tsc -- -w",
    "demo.ios": "npm run tsc && cd ../demo && tns run ios --emulator",
    "demo.android": "npm run tsc && cd ../demo && tns run android --emulator",
    "demo.ng.ios": "npm run preparedemo-ng && cd ../demo-angular && tns platform remove ios && tns run ios --emulator",
    "demo.ng.android": "npm run preparedemo-ng && cd ../demo-angular && tns run android --emulator",
    "demo.reset": "cd ../demo && npx rimraf -- hooks node_modules platforms package-lock.json",
    "plugin.prepare": "npm run build && cd ../demo && tns plugin remove nativescript-xz-ad-generation && tns plugin add ../src",
    "clean": "npm run demo.reset && npx rimraf -- node_modules package-lock.json && npm i",
    "ci.tslint": "npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**'",
    "prepack": "npm run build.native",
    "package": "cd ../publish && ./pack.sh",
    "publish": "cd ../publish && ./publish.sh",
    "preparedemo-ng": "npm run tsc && npm run package && cd ../demo-angular && tns plugin remove nativescript-xz-ad-generation ; tns plugin add ../publish/package/*.tgz"
  },
  "keywords": [
    "NativeScript",
    "JavaScript",
    "Android",
    "iOS",
    "AdGeneration"
  ],
  "author": {
    "name": "Standing Ovation, Inc.",
    "email": "support@xz-closet.jp"
  },
  "bugs": {
    "url": "https://github.com/sovation/nativescript-xz-ad-generation/issues"
  },
  "license": "Apache-2.0",
  "homepage": "https://github.com/sovation/nativescript-xz-ad-generation",
  "readmeFilename": "README.md",
  "devDependencies": {
    "@angular/compiler": "^8.2.2",
    "@angular/compiler-cli": "^8.2.2",
    "@angular/core": "^8.2.2",
    "nativescript-angular": "^8.2.0",
    "nativescript-dev-typescript": "^0.10.0",
    "nativescript-dev-webpack": "^0.24.1",
    "nativescript-theme-core": "~1.0.4",
    "prompt": "^1.0.0",
    "reflect-metadata": "~0.1.8",
    "rimraf": "^2.6.2",
    "rxjs": "^6.3.3",
    "semver": "^5.5.0",
    "tns-core-modules": "^5.4.3",
    "tns-platform-declarations": "^4.2.0",
    "tsickle": "^0.36.0",
    "tslint": "^5.11.0",
    "typescript": "~3.4.5",
    "zone.js": "^0.8.4"
  },
  "bootstrapper": "nativescript-plugin-seed"
}
