UNPKG

react-native-map-link

Version:

Open the map app of the user's choice with a specific location.

93 lines (92 loc) 2.63 kB
{ "name": "react-native-map-link", "version": "3.9.0", "description": "Open the map app of the user's choice with a specific location.", "source": "src/index", "main": "lib/index.js", "repository": { "type": "git", "url": "git+https://github.com/tschoffelen/react-native-map-link.git" }, "scripts": { "lint": "eslint src --max-warnings=0 && eslint tests --max-warnings=0", "build": "npm run copy-images && tsc --project tsconfig.build.json", "test": "jest", "release": "semantic-release", "copy-images": "mkdir -p ./lib/images && cp -r ./src/images ./lib", "tscheck": "tsc --noEmit" }, "keywords": [ "react-native", "react-component", "maps", "link", "linking", "react", "ios", "android" ], "author": "Thomas Schoffelen <thomas@includable.com> (https://includable.com/)", "license": "MIT", "bugs": { "url": "https://github.com/tschoffelen/react-native-map-link/issues" }, "homepage": "https://github.com/tschoffelen/react-native-map-link#readme", "peerDependencies": { "react": ">=16.8.0", "react-native": ">=0.40.0" }, "files": [ "lib", "app.plugin.js" ], "devDependencies": { "@babel/core": "^7.23.9", "@babel/eslint-parser": "^7.23.10", "@babel/eslint-plugin": "^7.23.5", "@babel/runtime": "^7.23.9", "@expo/config-plugins": "^7.8.4", "@react-native-community/eslint-config": "^3.2.0", "@types/jest": "^29.5.12", "@types/react": "^18.2.55", "@types/react-native": "^0.73.0", "@types/react-test-renderer": "^18.0.7", "@typescript-eslint/eslint-plugin": "^7.0.1", "@typescript-eslint/parser": "^7.0.1", "babel-jest": "^29.7.0", "clsx": "^2.1.0", "eslint": "^8.56.0", "eslint-plugin-flowtype": "^8.0.3", "eslint-plugin-jest": "^27.6.3", "eslint-plugin-prettier": "5.0.0", "jest": "^29.7.0", "metro-react-native-babel-preset": "^0.77.0", "prettier": "^3.2.5", "react": "^18.2.0", "react-native": "^0.73.4", "react-native-typescript-transformer": "^1.2.13", "semantic-release": "^23.0.2", "ts-jest": "^29.1.2", "typescript": "^5.3.3" }, "jest": { "preset": "react-native", "moduleFileExtensions": [ "ts", "tsx", "js" ], "transform": { "^.+\\.(js|ts|tsx)$": "<rootDir>/node_modules/babel-jest" }, "setupFiles": [ "./tests/setup.ts" ], "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$", "testPathIgnorePatterns": [ "\\.snap$", "<rootDir>/node_modules/" ], "cacheDirectory": ".jest/cache" } }