1{ 2 "name": "expo-tracking-transparency", 3 "version": "3.2.0", 4 "description": "An Expo library for requesting permission to track the users on devices using iOS 14.5 and higher.", 5 "main": "build/TrackingTransparency.js", 6 "types": "build/TrackingTransparency.d.ts", 7 "scripts": { 8 "build": "expo-module build", 9 "clean": "expo-module clean", 10 "lint": "expo-module lint", 11 "test": "expo-module test", 12 "prepare": "expo-module prepare", 13 "prepublishOnly": "expo-module prepublishOnly", 14 "expo-module": "expo-module" 15 }, 16 "keywords": [ 17 "react-native", 18 "expo", 19 "expo-tracking-transparency" 20 ], 21 "repository": { 22 "type": "git", 23 "url": "https://github.com/expo/expo.git", 24 "directory": "packages/expo-tracking-transparency" 25 }, 26 "bugs": { 27 "url": "https://github.com/expo/expo/issues" 28 }, 29 "author": "650 Industries, Inc.", 30 "license": "MIT", 31 "homepage": "https://docs.expo.dev/versions/latest/sdk/module-template", 32 "devDependencies": { 33 "expo-module-scripts": "^3.0.0" 34 }, 35 "peerDependencies": { 36 "expo": "*" 37 }, 38 "jest": { 39 "preset": "expo-module-scripts" 40 } 41} 42