{
  "name": "@ionic/cli-plugin-cordova",
  "version": "1.5.0-alpha.b9b49059",
  "description": "Ionic Cordova Plugin for Ionic CLI",
  "homepage": "https://ionic.io/",
  "author": "Ionic Team <hi@ionic.io> (http://ionic.io)",
  "main": "./dist/index.js",
  "types": "./dist/main.d.ts",
  "scripts": {
    "clean": "rm -rf ./dist",
    "lint": "tslint -c ../../tslint.json \"src/**/*.ts\"",
    "build": "npm run clean && npm run build-ts && npm run build-js",
    "build-ts": "tsc",
    "build-js": "npm run script-prepublish && cp ./resources.json ./dist/resources.json",
    "watch": "concurrently -p \"{name} \" -n \"TS,JS\" -c \"cyan.bold,yellow.dim\" \"npm run watch-ts\" \"npm run watch-js\"",
    "watch-ts": "tsc -w",
    "watch-js": "cross-env-shell IONIC_PREPUBLISH_PLUGIN_VERSION=${npm_package_version}-local \"npm run watch-js-chokidar\"",
    "watch-js-chokidar": "chokidar --silent \"dist/**/*.js\" -c \"npm run build-js\"",
    "script-prepublish": "cli-scripts-prepublish cli-plugin-cordova",
    "test": "jest",
    "prepublish": "npm run build"
  },
  "keywords": [
    "ionic",
    "cordova",
    "ionic framework",
    "ionicframework",
    "ionic cordova",
    "mobile",
    "backend",
    "app",
    "hybrid",
    "cordova",
    "native",
    "phonegap"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/ionic-team/ionic-cli.git"
  },
  "bugs": {
    "url": "https://github.com/ionic-team/ionic-cli/issues"
  },
  "files": [
    "bin/",
    "default-resources",
    "dist/",
    "resources.json"
  ],
  "license": "MIT",
  "jest": {
    "moduleFileExtensions": [
      "ts",
      "js"
    ],
    "transform": {
      ".(ts)": "<rootDir>/../../node_modules/ts-jest/preprocessor.js"
    },
    "testRegex": "/__tests__/.*\\.(ts|js)$"
  },
  "dependencies": {
    "@ionic/cli-utils": "1.6.0-alpha.b9b49059",
    "chalk": "^2.0.0",
    "xml2js": "^0.4.17"
  },
  "devDependencies": {
    "@ionic/cli-scripts": "0.3.0-alpha.b9b49059",
    "@types/chalk": "^0.4.31",
    "@types/xml2js": "0.0.33",
    "xml2js": "^0.4.17"
  }
}
