BlueWallet/blue_modules/react-native-bw-file-access/package.json
2024-02-18 10:21:43 +00:00

37 lines
894 B
JSON

{
"name": "react-native-bw-file-access",
"title": "React Native Bw File Access",
"version": "1.0.0",
"description": "TODO",
"main": "index.ts",
"homepage": "https://github.com/setavenger/react-native-bw-file-access",
"files": [
"README.md",
"android",
"index.ts",
"ios",
"react-native-bw-file-access.podspec"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/setavenger/react-native-bw-file-access.git",
"baseUrl": "https://github.com/setavenger/react-native-bw-file-access"
},
"keywords": [
"react-native"
],
"author": {
"name": "Setor Blagogee"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": ">=16.8.1",
"react-native": ">=0.60.0-rc.0 <1.0.x"
}
}