{
  "name": "cordova-plugin-liveupdate",
  "version": "5.2.12",
  "cordova": {
    "id": "cordova-plugin-liveupdate",
    "platforms": [
      "android",
      "ios"
    ]
  },
  "types": "types/IonicCordova.d.ts",
  "description": "Ionic Cordova Live Update SDK",
  "engines": {
    "cordovaDependencies": {
      ">5.0.0": {
        "cordova-plugin-splashscreen": ">=5.0.1",
        "cordova-plugin-file": ">=6.0.1",
        "cordova-plugin-webview": ">=2.1.0",
        "cordova-plugin-zip": ">=3.1.0"
      },
      "4.1.7": {
        "cordova-plugin-splashscreen": ">=5.0.1"
      },
      "3.1.3": {
        "cordova-plugin-splashscreen": ">=5.0.1"
      },
      "2.0.4": {
        "cordova-plugin-splashscreen": ">=4.0.0"
      }
    }
  },
  "scripts": {
    "apply-dev": "npm run build && ./apply-changes.sh",
    "create-dev": "./create-local-app.sh",
    "clean": "rimraf dist",
    "lint": "tslint --config tslint.json --project tsconfig.json",
    "precommit": "npm run lint",
    "watch": "tsc -w",
    "watch-dev": "watch 'npm run apply-dev' ./www",
    "build": "npm run clean && tsc",
    "sync-plugin-xml": "sync-cordova-xml2 package.json plugin.xml --output=plugin.xml",
    "version": "npm run sync-plugin-xml && git add plugin.xml && ./update-plugin-version-code.sh",
    "prepublishOnly": "npm run build",
    "test": "echo 'We should really get unit tests running'",
    "release": "npm run build && np",
    "docs": "./scripts/docs.sh"
  },
  "repository": "https://github.com/ionic-team/cordova-plugin-ionic.git",
  "issue": "https://github.com/ionic-team/cordova-plugin-ionic/issues",
  "bugs": {
    "url": "https://github.com/ionic-team/cordova-plugin-ionic/issues"
  },
  "keywords": [
    "ionic",
    "cordova",
    "deploy",
    "liveupdates",
    "mobile",
    "hybrid",
    "ecosystem:cordova",
    "cordova-android",
    "cordova-ios"
  ],
  "dependencies": {
    "@types/cordova-plugin-file-transfer": "^1.6.2",
    "mkpath": ">=1.0.0",
    "node-version-compare": ">=1.0.1",
    "plist": ">=1.2.0",
    "xml2js": ">=0.4"
  },
  "author": "Ionic",
  "contributors": [
    {
      "name": "Max Lynch",
      "email": "max@ionic.io"
    },
    {
      "name": "William Pelrine",
      "email": "rudy@ionic.io"
    }
  ],
  "license": "MIT",
  "devDependencies": {
    "@types/cordova": "0.0.34",
    "cordova-plugin-file": "^6.0.1",
    "jest": "^22.4.3",
    "np": "^3.0.4",
    "rimraf": "^2.6.2",
    "sync-cordova-xml2": "0.0.2",
    "ts-jest": "^22.4.2",
    "tslint": "^5.9.1",
    "tslint-ionic-rules": "0.0.14",
    "typedoc": "^0.11.1",
    "typedoc-plugin-markdown": "^1.1.6",
    "typescript": "^2.6.2",
    "watch": "^1.0.2"
  },
  "jest": {
    "globals": {
      "ts-jest": {
        "tsConfigFile": "tsconfig.json"
      }
    },
    "moduleFileExtensions": [
      "ts",
      "js"
    ],
    "transform": {
      ".(ts)": "./node_modules/ts-jest/preprocessor.js"
    },
    "testRegex": "tests/.*\\.(ts|js)$"
  }
}
