{
  "name": "@nerdfrenzs/capacitor-codepush",
  "version": "2.0.1",
  "description": "CodePush Plugin for Capacitor v6",
  "module": "dist/esm/index.js",
  "types": "dist/esm/index.d.ts",
  "type": "module",
  "homepage": "https://github.com/nerdfrenzs/capacitor-codepush",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nerdfrenzs/capacitor-codepush.git"
  },
  "bugs": {
    "url": "https://github.com/nerdfrenzs/capacitor-codepush/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "lint": "npm run prettier -- --check && npm run swiftlint -- lint",
    "prettier": "prettier \"**/*.{css,html,ts,js,java}\"",
    "swiftlint": "node-swiftlint",
    "build": "npm run clean && tsc && rollup -c rollup.config.js",
    "clean": "rimraf ./dist",
    "watch": "tsc --watch",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "capacitor",
    "code",
    "push",
    "ecosystem:capacitor",
    "capacitor-android",
    "capacitor-ios"
  ],
  "author": "Nerdfrenz",
  "license": "MIT",
  "devDependencies": {
    "@capacitor/cli": "^6.0.0",
    "@capacitor/device": "^6.0.0",
    "@capacitor/dialog": "^6.0.0",
    "@capacitor/filesystem": "^6.0.0",
    "@commitlint/cli": "^17.6.3",
    "@commitlint/config-conventional": "^17.6.3",
    "@rollup/plugin-node-resolve": "^15.0.2",
    "@semantic-release/git": "^10.0.1",
    "@types/assert": "^1.5.6",
    "@types/cordova": "11.0.0",
    "@types/mkdirp": "^1.0.2",
    "@types/mocha": "^10.0.1",
    "@types/node": "^20.1.7",
    "@types/power-assert": "^1.5.8",
    "@types/q": "^1.5.5",
    "archiver": "^5.3.1",
    "body-parser": "^1.20.2",
    "del": "^7.0.0",
    "express": "^4.18.2",
    "gulp": "^4.0.2",
    "gulp-insert": "^0.5.0",
    "gulp-tslint": "^8.1.4",
    "gulp-typescript": "^5.0.1",
    "husky": "^8.0.3",
    "mkdirp": "^3.0.1",
    "mocha": "^10.2.0",
    "mocha-junit-reporter": "^2.2.0",
    "q": "^1.5.1",
    "replace": "^1.2.2",
    "rollup": "^3.21.8",
    "run-sequence": "^2.2.1",
    "semantic-release": "^21.0.2",
    "tslint": "^6.1.3",
    "typescript": "~5.0.4"
  },
  "dependencies": {
    "code-push": "4.2.1"
  },
  "peerDependencies": {
    "@capacitor/core": "^6.0.0",
    "@capacitor/device": "^6.0.0",
    "@capacitor/dialog": "^6.0.0",
    "@capacitor/filesystem": "^6.0.0"
  },
  "capacitor": {
    "android": {
      "src": "android"
    },
    "ios": {
      "src": "ios"
    }
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  }
}
