-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 811 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 811 Bytes
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
{
"name": "react-native-upload",
"version": "2.2.1",
"main": "index.js",
"repository": "git@github.com:fwh1990/react-native-upload.git",
"author": "范文华 <531362022@qq.com>",
"license": "MIT",
"bin": {
"upload-init": "./init.sh",
"upload-pgy": "./upload-pgy.sh",
"upload-fir": "./upload-fir.sh",
"upload-appstore": "./upload-appstore.sh",
"upload-as": "./upload-appstore.sh",
"upload-testflight": "./upload-testflight.sh",
"upload-tf": "./upload-testflight.sh",
"upload-build": "./build.sh"
},
"dependencies": {
"app-info-parser": "^0.3.13",
"colors": "^1.4.0",
"minimist": "^1.2.5",
"qrcode-terminal": "^0.12.0"
},
"devDependencies": {
"@types/colors": "^1.2.1",
"@types/minimist": "^1.2.0",
"@types/node": "^14.14.6"
}
}