{
  "name": "@onslip/capacitor-cli",
  "version": "2.5.1-onslip.2",
  "description": "Capacitor: Cross-platform apps with JavaScript and the web",
  "homepage": "https://capacitor.ionicframework.com/",
  "author": "Ionic Team <hi@ionicframework.com> (https://ionicframework.com) ",
  "bin": {
    "capacitor": "./bin/capacitor",
    "cap": "./bin/capacitor"
  },
  "engines": {
    "node": ">=8.3.0"
  },
  "main": "./dist/index.js",
  "scripts": {
    "build": "npm run clean && npm run assets && tsc",
    "clean": "rimraf ./dist",
    "deploy": "np",
    "lint": "tslint --project tsconfig.json",
    "assets": "node scripts/copy-assets.js",
    "prepublishOnly": "npm run build",
    "test": "jest -i",
    "watch": "npm run assets && tsc -w"
  },
  "files": [
    "assets/",
    "bin/",
    "dist/"
  ],
  "keywords": [
    "ionic",
    "ionic framework",
    "capacitor",
    "universal app",
    "progressive web apps",
    "cross platform"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Onslip/capacitor-android-v16.git"
  },
  "bugs": {
    "url": "https://github.com/Onslip/capacitor-android-v16/issues"
  },
  "license": "MIT",
  "dependencies": {
    "chalk": "^2.3.0",
    "commander": "^4.1.1",
    "compare-versions": "^3.1.0",
    "fs-extra": "^4.0.3",
    "inquirer": "6.3.1",
    "open": "^6.1.0",
    "ora": "^1.3.0",
    "plist": "^3.0.1",
    "semver": "^5.4.1",
    "which": "^1.3.0",
    "xml2js": "^0.4.19"
  },
  "devDependencies": {
    "@types/fs-extra": "^4.0.5",
    "@types/inquirer": "0.0.35",
    "@types/jest": "^23.3.9",
    "@types/mock-fs": "^3.6.30",
    "@types/node": "^12.20.55",
    "@types/open": "^6.1.0",
    "@types/ora": "^1.3.1",
    "@types/semver": "^5.4.0",
    "@types/which": "^1.0.28",
    "@types/xml2js": "0.4.5",
    "jest": "^23.6.0",
    "mock-fs": "^4.4.2",
    "np": "^2.18.2",
    "rimraf": "^3.0.0",
    "tmp": "0.0.33",
    "ts-jest": "^23.10.4",
    "tslint": "^5.8.0",
    "tslint-ionic-rules": "0.0.11",
    "typescript": "~3.7.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "jest": {
    "testEnvironment": "node",
    "moduleFileExtensions": [
      "ts",
      "js"
    ],
    "transform": {
      "^.+\\.(ts)$": "ts-jest"
    },
    "testRegex": "(/test/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
    "testPathIgnorePatterns": [
      "/node_modules/",
      "/test/util.ts"
    ],
    "globals": {
      "ts-jest": {
        "tsConfig": "test/tsconfig.json"
      }
    }
  },
  "gitHead": "844c0feba4a801ee5041429a82d0f805c9e665b0"
}
