{
  "name": "ionic-native",
  "version": "5.5.0",
  "description": "Native plugin wrappers for Cordova and Ionic with TypeScript, ES6+, Promise and Observable support",
  "homepage": "https://ionicframework.com/",
  "author": "Ionic Team <hi@ionic.io> (https://ionic.io)",
  "license": "MIT",
  "scripts": {
    "test": "jest",
    "test:watch": "jest --watch",
    "build:core": "tsc -p tsconfig.core.json",
    "build:esm": "ts-node -P scripts/tsconfig.json scripts/tasks/build-esm",
    "build:es5": "ts-node -P scripts/tsconfig.json scripts/tasks/build-es5",
    "build:ngx": "ts-node -P scripts/tsconfig.json scripts/tasks/build-ngx",
    "build": "npm run build:core && npm run build:esm && npm run build:ngx && npm run build:es5",
    "prebuild": "rimraf -rf dist",
    "npmpub": "ts-node -P scripts/tsconfig.json scripts/tasks/publish",
    "lint": "gulp lint",
    "readmes": "gulp readmes",
    "docs-json": "ts-node -P scripts/tsconfig.json scripts/docs-json",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
    "postchangelog": "git commit -am \"chore(): update changelog\"",
    "shipit": "npm run build && npm run readmes && npm run npmpub"
  },
  "devDependencies": {
    "@angular/common": "^7.2.13",
    "@angular/compiler": "^7.2.13",
    "@angular/compiler-cli": "^7.2.13",
    "@angular/core": "^7.2.13",
    "@types/cordova": "0.0.34",
    "@types/fs-extra": "^5.0.5",
    "@types/jest": "^24.0.11",
    "@types/lodash": "^4.14.123",
    "@types/node": "^10.14.4",
    "@types/rimraf": "^2.0.2",
    "@types/webpack": "^4.4.27",
    "ajv": "^6.10.0",
    "async-promise-queue": "^1.0.4",
    "conventional-changelog-cli": "^2.0.12",
    "cz-conventional-changelog": "^2.1.0",
    "dgeni": "^0.4.12",
    "dgeni-packages": "0.16.10",
    "fs-extra": "^7.0.1",
    "gulp": "3.9.1",
    "gulp-rename": "^1.4.0",
    "gulp-replace": "^1.0.0",
    "gulp-tslint": "^8.1.4",
    "jest": "^24.7.1",
    "lodash": "^4.17.11",
    "minimist": "1.2.0",
    "natives": "^1.1.6",
    "rimraf": "^2.6.3",
    "rxjs": "^6.4.0",
    "ts-jest": "^24.0.2",
    "ts-node": "^8.1.0",
    "tslint": "^5.16.0",
    "tslint-ionic-rules": "0.0.21",
    "typedoc": "^0.14.2",
    "typescript": "3.2.4",
    "uglifyjs-webpack-plugin": "^2.1.2",
    "unminified-webpack-plugin": "^2.0.0",
    "webpack": "^4.30.0",
    "winston": "^3.2.1",
    "zone.js": "^0.8.29"
  },
  "jest": {
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    },
    "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(js?|ts?)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx",
      "json"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ionic-team/ionic-native.git"
  },
  "bugs": {
    "url": "https://github.com/ionic-team/ionic-native/issues"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}