-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 839 Bytes
/
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
{
"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"
}
}