1 Star 0 Fork 0

MR03 / react-native-background-upload-patch

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.93 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "react-native-background-upload",
"version": "5.6.1",
"description": "Cross platform http post file uploader with android and iOS background support",
"main": "src/index.js",
"scripts": {
"lint": "yarn lint:ci --fix",
"lint:ci": "eslint src example",
"test": "echo \"Error: no test specified\" && exit 1",
"release": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/Vydia/react-native-background-upload.git"
},
"keywords": [
"NSURLSession",
"UploadService",
"background",
"upload",
"react-native",
"react"
],
"peerDependencies": {
"react": "*",
"react-native": ">=0.47.0"
},
"author": "Steve Potter",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/Vydia/react-native-background-upload/issues"
},
"homepage": "https://github.com/Vydia/react-native-background-upload#readme",
"devDependencies": {
"@react-native-community/eslint-config": "^0.0.7",
"@semantic-release/commit-analyzer": "^6.3.3",
"@semantic-release/git": "^7.0.18",
"@semantic-release/github": "^5.5.5",
"@semantic-release/npm": "^5.3.4",
"@semantic-release/release-notes-generator": "^7.3.5",
"eslint": "^6.8.0",
"husky": "^4.2.3",
"lint-staged": "^10.0.8",
"semantic-release": "^15.13.31"
},
"release": {
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/npm",
[
"@semantic-release/github",
{
"assets": [
"package.json"
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
],
[
"@semantic-release/git",
{
"assets": [
"package.json"
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
],
"@semantic-release/release-notes-generator"
]
}
}
Java
1
https://gitee.com/mr03/react-native-background-upload-patch.git
git@gitee.com:mr03/react-native-background-upload-patch.git
mr03
react-native-background-upload-patch
react-native-background-upload-patch
master

搜索帮助