UNPKG

@hubspire/react-native-upload

Version:

A generalized React Native package for chunked file uploads with progress tracking

48 lines (47 loc) 1.06 kB
{ "name": "@hubspire/react-native-upload", "version": "1.0.8", "description": "A generalized React Native package for chunked file uploads with progress tracking", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "prepublishOnly": "bun run build", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "react-native", "file-upload", "chunked-upload", "multipart-upload", "expo", "upload" ], "author": "Hosam Ashraf", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/hosam-hubspire/react-native-upload.git" }, "publishConfig": { "access": "public" }, "peerDependencies": { "expo-file-system": "*" }, "peerDependenciesMeta": { "expo-video-thumbnails": { "optional": true } }, "devDependencies": { "@types/node": "^20.0.0", "@types/react": "^19.2.6", "@types/react-native": "^0.73.0", "typescript": "^5.9.2" }, "files": [ "dist", "README.md" ] }