-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.12 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"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"
}
}