react-native-system-file-browser
Version:
60 lines • 1.68 kB
JSON
{
"name": "react-native-system-file-browser",
"version": "1.1.0",
"description": "打开系统自带的文件浏览器",
"main": "index.ts",
"nativePackage": true,
"scripts": {
"prepare": "cp ../README.md README.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LewinJun/react-native-system-file-browser.git"
},
"keywords": [
"file",
"file-browser",
"文件浏览",
"reactnative",
"附件",
"native"
],
"author": "lewin",
"license": "ISC",
"peerDependencies": {
"react-native": ">0.60.0",
"react": "17.0.1"
},
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/runtime": "^7.14.8",
"babel-jest": "^27.0.6",
"eslint": "^7.32.0",
"jest": "^27.0.6",
"metro-react-native-babel-preset": "^0.66.2",
"react-test-renderer": "17.0.1",
"@types/react": "^17.0.3",
"@types/react-native": "^0.64.12",
"react": "17.0.2",
"react-native": "0.64.2",
"@typescript-eslint/eslint-plugin": "^4.17.0",
"@typescript-eslint/parser": "^4.17.0",
"eslint-plugin-typescript": "^0.14.0",
"typescript": "^4.2.3"
},
"files": [
"index.ts",
"ios/",
"README.md",
"android/src",
"android/build.gradle",
"react-native-system-file-browser.podspec"
],
"bugs": {
"url": "https://github.com/LewinJun/react-native-system-file-browser/issues"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"homepage": "https://github.com/LewinJun/react-native-system-file-browser#readme"
}