{
  "name": "@capacitor/core",
  "version": "2.4.7",
  "description": "Capacitor: cross-platform mobile apps with the web",
  "homepage": "https://capacitor.ionicframework.com/",
  "author": "Ionic Team <hi@ionic.io> (https://ionicframework.com) ",
  "license": "MIT",
  "files": [
    "dist/",
    "cordova.js",
    "native-bridge.js"
  ],
  "scripts": {
    "docs": "./node_modules/.bin/typedoc --exclude **/__test__/*.ts --json dist/docs.json --mode modules src/core-plugin-definitions.ts && node scripts/docs.js",
    "build": "npm run clean && npm run transpile && npm run rollup && npm run minify",
    "clean": "rimraf dist",
    "lint": "tslint --project tsconfig.json",
    "minify": "terser --mangle --compress --source-map \"content='dist/capacitor.js.map',url='capacitor.js.map'\" --comments '/^/*!/' --output dist/capacitor.js dist/capacitor.js",
    "prepublishOnly": "npm run build",
    "rollup": "rollup --config rollup.config.js",
    "transpile": "tsc --module ES2015 --target ES5 --outDir dist/esm",
    "test": "jest"
  },
  "main": "dist/index.js",
  "module": "dist/esm/index.js",
  "unpkg": "dist/capacitor.js",
  "typings": "dist/esm/index.d.ts",
  "devDependencies": {
    "@types/jest": "^25.2.1",
    "jest": "^25.5.1",
    "rimraf": "^2.6.1",
    "rollup": "^1.12.3",
    "rollup-plugin-node-resolve": "^5.0.0",
    "terser": "^4.0.0",
    "ts-jest": "^25.4.0",
    "tslint": "^5.6.0",
    "tslint-ionic-rules": "0.0.8",
    "typedoc": "^0.14.2",
    "typescript": "~3.8.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ionic-team/capacitor.git"
  },
  "bugs": {
    "url": "https://github.com/ionic-team/capacitor/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "jest": {
    "preset": "ts-jest"
  },
  "dependencies": {
    "tslib": "^1.9.0"
  },
  "gitHead": "844c0feba4a801ee5041429a82d0f805c9e665b0"
}
