flyerhq/react-native-android-uri-path

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
"name": "@flyerhq/react-native-android-uri-path",
"version": "2.3.0",
"description": "Get an absolute path to a file retrieved by Android's Intent.ACTION_GET_CONTENT that returns a content URI.",
"homepage": "https://github.com/flyerhq/react-native-android-uri-path#readme",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"author": "Oleksandr Demchenko <alexdemchenko@yahoo.com>",
"license": "MIT",
"keywords": [
"android",
"react-native",
"kotlin",
"absolute-path",
"intent",
"resolver"
],
"files": [
"android",
"lib",
"!android/build",
"!.DS_Store",
"!.gradle",
"!.idea",
"!build",
"!gradle",
"!*.iml",
"!gradlew",
"!gradlew.bat",
"!local.properties"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"compile": "rm -rf lib && tsc -p .",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"prepare": "yarn compile",
"test": "jest"
},
"devDependencies": {
"@babel/core": "^7.16.12",
"@babel/runtime": "^7.16.7",
"@react-native-community/eslint-config": "^3.0.1",
"@types/jest": "^27.4.0",
"@types/react-native": "^0.66.15",
"@types/react-test-renderer": "^17.0.1",
"babel-jest": "^27.4.6",
"eslint": "^7.32.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"jest": "^27.4.7",
"metro-react-native-babel-preset": "^0.67.0",
"react": "^17.0.2",
"react-native": "^0.67.1",
"react-test-renderer": "^17.0.2",
"typescript": "^4.5.5"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"jest": {
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
],
"preset": "react-native"
}
}