@webnativellc/capacitor-filesharer
Version:
Capacitor plugin to download and share files for the Web, Android and iOS
71 lines (70 loc) • 1.8 kB
JSON
{
"name": "@webnativellc/capacitor-filesharer",
"version": "7.0.4",
"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": {
"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/Source",
"WebnativellcCapacitorFilesharer.podspec"
],
"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"
}
}