expo-downloads-manager
Version:
download manager based on expo react native
43 lines (42 loc) • 1.15 kB
JSON
{
"name": "expo-downloads-manager",
"version": "1.0.2",
"keywords": [
"expo",
"expo-file-downloader",
"file-downloader",
"react-native",
"react-native-file-download",
"expo-downloads-manager"
],
"description": "download manager based on expo react native",
"homepage": "https://github.com/thareekanvar/expo-downloads-manager",
"bugs": "https://github.com/thareekanvar/expo-downloads-manager/issues",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*"
],
"funding": {
"type": "individual",
"url": "https://www.paypal.com/paypalme/thareekanvar"
},
"repository": "https://github.com/thareekanvar/expo-downloads-manager",
"author": "thareekanvar <thareekanvar@gmail.com>",
"license": "MIT",
"scripts": {
"build": "tsc",
"prepare": "yarn run build"
},
"devDependencies": {
"@types/react": "^17.0.39",
"@types/react-native": "^0.66.16",
"react-native-unimodules": "^0.14.10",
"typescript": "^4.5.5"
},
"dependencies": {
"expo-file-system": "^13.1.4",
"expo-intent-launcher": "^10.1.3",
"expo-sharing": "^10.1.1"
}
}