UNPKG

expo-linkrunner

Version:
57 lines (56 loc) 1.58 kB
{ "name": "expo-linkrunner", "version": "3.0.1", "description": "Expo config plugin for rn-linkrunner SDK", "main": "build/index.js", "types": "build/index.d.ts", "expo": { "module": { "ios": false, "android": false } }, "plugin": "build/module.js", "scripts": { "build": "expo-module build", "clean": "expo-module clean", "lint": "expo-module lint", "test": "expo-module test", "_prepare": "expo-module prepare", "prepublishOnly": "expo-module prepublishOnly", "expo-module": "expo-module" }, "keywords": [ "expo", "react-native", "linkrunner", "attribution", "analytics", "deeplink", "config-plugin" ], "repository": { "type": "git", "url": "https://github.com/linkrunner-labs/expo-linkrunner.git" }, "author": "Darshil Rathod <darshilrathod0@gmail.com> (https://github.com/RathodDarshil)", "license": "MIT", "homepage": "https://github.com/linkrunner-labs/expo-linkrunner#readme", "dependencies": { "@expo/config-plugins": "^5.0.4", "@expo/config-types": "^47.0.0" }, "devDependencies": { "expo": "^52.0.37", "expo-module-scripts": "^4.0.4", "typescript": "^5.7.3" }, "peerDependencies": { "@expo/config-plugins": "^7.0.0 || ^8.0.0", "expo-tracking-transparency": "*", "rn-linkrunner": "^2.2.0" }, "engines": { "node": ">=18.0.0" } }