{
  "name": "filepicker-updated",
  "version": "1.0.9",
  "description": "Plugin to pick files/images/videos from android or ios.",
  "main": "dist/esm/index.js",
  "types": "dist/esm/index.d.ts",
  "scripts": {
    "build": "npm run clean && tsc",
    "clean": "rimraf ./dist",
    "watch": "tsc --watch",
    "prepublishOnly": "npm run build"
  },
  "author": "Devmantosh",
  "license": "MIT",
  "dependencies": {
    "@capacitor/core": "^3.0.2"
  },
  "devDependencies": {
    "@capacitor/android": "^3.0.2",
    "@capacitor/ios": "^3.0.2",
    "rimraf": "^3.0.0",
    "typescript": "^4.3.5"
  },
  "files": [
    "dist/",
    "ios/",
    "android/",
    "FilepickerUpdated.podspec"
  ],
  "keywords": [
    "capacitor",
    "plugin",
    "native"
  ],
  "capacitor": {
    "ios": {
      "src": "ios"
    },
    "android": {
      "src": "android"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mantosh59/capacitor-file-picker"
  },
  "bugs": {
    "url": "https://github.com/mantosh59/capaitor-file-picker/issues"
  }
}
