{
  "description": "File Opener plugin for Cordova and Ionic. This plugin will open a file on your device file system with its default application.",
  "type": "module",
  "main": "./index.js",
  "module": "./index.js",
  "types": "./index.d.ts",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "import": "./index.js",
      "default": "./index.js"
    },
    "./ngx": {
      "types": "./ngx/index.d.ts",
      "import": "./ngx/index.js",
      "default": "./ngx/index.js"
    },
    "./package.json": "./package.json"
  },
  "sideEffects": false,
  "author": "Daniel Sogl",
  "license": "MIT",
  "homepage": "https://awesome-cordova-plugins.com",
  "bugs": {
    "url": "https://github.com/danielsogl/awesome-cordova-plugins/issues"
  },
  "keywords": [
    "cordova",
    "ionic",
    "angular",
    "native",
    "mobile",
    "plugin",
    "file-opener"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/danielsogl/awesome-cordova-plugins.git",
    "directory": "src/@awesome-cordova-plugins/plugins/file-opener"
  },
  "name": "@awesome-cordova-plugins/file-opener",
  "dependencies": {},
  "peerDependencies": {
    "@awesome-cordova-plugins/core": "^9.5.0",
    "rxjs": "^5.5.0 || ^6.5.0 || ^7.3.0"
  },
  "version": "9.5.0"
}