UNPKG

@config-plugins/react-native-adjust

Version:

Config plugin to auto configure Adjust SDK on prebuild

35 lines (34 loc) 908 B
{ "name": "@config-plugins/react-native-adjust", "version": "12.0.0", "description": "Config plugin to auto configure Adjust SDK on prebuild", "main": "build/withReactNativeAdjust.js", "types": "build/withReactNativeAdjust.d.ts", "sideEffects": false, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/expo/config-plugins.git", "directory": "packages/react-native-adjust" }, "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": [ "react", "expo", "config-plugins", "prebuild", "react-native-adjust" ], "peerDependencies": { "expo": "^54" }, "upstreamPackage": "react-native-adjust" }