UNPKG

@webnativellc/capacitor-filesharer

Version:

Capacitor plugin to download and share files for the Web, Android and iOS

76 lines (75 loc) 2.11 kB
{ "name": "@webnativellc/capacitor-filesharer", "version": "7.1.0", "description": "Capacitor plugin to download and share files for the Web, Android and iOS", "author": "Michael Oberwasserlechner", "homepage": "https://github.com/moberwasserlechner/capacitor-filesharer", "license": "MIT", "main": "dist/esm/index.js", "module": "dist/esm/index.js", "types": "dist/esm/index.d.ts", "scripts": { "verify": "npm run verify:ios && npm run verify:android && npm run verify:web", "verify:ios": "swift package dump-package > /dev/null && echo 'iOS: Package.swift is valid'", "verify:android": "cd android && ./gradlew clean build test && cd ..", "verify:web": "npm run build", "build": "npm run clean && tsc", "clean": "rimraf ./dist", "watch": "tsc --watch", "test": "jest", "removePacked": "rimraf -g byteowls-capacitor-filesharer-*.tgz", "publishLocally": "npm run removePacked && npm run build && npm pack", "prepublishOnly": "npm run build" }, "files": [ "android/src/main/", "android/build.gradle", "dist/", "ios/WebnativellcCapacitorFilesharer/Sources", "WebnativellcCapacitorFilesharer.podspec", "Package.swift" ], "keywords": [ "capacitor", "capacitor-plugin", "share", "files", "filesharer" ], "capacitor": { "ios": { "src": "ios" }, "android": { "src": "android" } }, "repository": { "type": "git", "url": "https://github.com/moberwasserlechner/capacitor-filesharer" }, "bugs": { "url": "https://github.com/moberwasserlechner/capacitor-filesharer/issues" }, "publishConfig": { "access": "public" }, "peerDependencies": { "@capacitor/core": ">=7.0.0" }, "dependencies": { "file-saver": "2.0.5" }, "devDependencies": { "@capacitor/android": "^7.0.0", "@capacitor/core": "^7.0.0", "@capacitor/ios": "^7.0.0", "@types/file-saver": "2.0.7", "@types/jest": "29.5.12", "eslint": "9.7.0", "jest": "29.7.0", "rimraf": "^6.0.1", "ts-jest": "29.2.3", "typescript": "5.5.4" } }