UNPKG

react-native-file-stream

Version:

operate file stream in react native

32 lines 839 B
{ "name": "react-native-file-stream", "version": "1.0.4", "description": "operate file stream in react native", "main": "dist/index.js", "types": "types/index.d.ts", "scripts": { "build": "tsc", "release": "npm run build && npm set registry https://registry.npmjs.org/ && npm publish" }, "keywords": [ "react-native", "react-native-file", "react-native-file-stream", "react-native-file-write-stream", "react-native-file-read-stream" ], "author": "wanxianliang", "homepage": "https://github.com/wanxianliang/react-native-file-stream", "license": "MIT", "peerDependencies": { "react-native": "*", "base64-arraybuffer": "^1.0.2" }, "devDependencies": { "react-native": "^0.71.4", "typescript": "^4.1.5" }, "dependencies": { "base64-arraybuffer": "^1.0.2" } }