1{ 2 "name": "expo-crypto", 3 "version": "12.6.0", 4 "description": "Expo universal module for crypto", 5 "main": "build/Crypto.js", 6 "types": "build/Crypto.d.ts", 7 "sideEffects": false, 8 "scripts": { 9 "build": "expo-module build", 10 "clean": "expo-module clean", 11 "lint": "expo-module lint", 12 "test": "expo-module test", 13 "prepare": "expo-module prepare", 14 "prepublishOnly": "expo-module prepublishOnly", 15 "expo-module": "expo-module" 16 }, 17 "keywords": [ 18 "react-native", 19 "react-native-web", 20 "expo", 21 "crypto", 22 "ios", 23 "android", 24 "web", 25 "native" 26 ], 27 "repository": { 28 "type": "git", 29 "url": "https://github.com/expo/expo.git", 30 "directory": "packages/expo-crypto" 31 }, 32 "bugs": { 33 "url": "https://github.com/expo/expo/issues" 34 }, 35 "author": "650 Industries, Inc.", 36 "license": "MIT", 37 "homepage": "https://docs.expo.dev/versions/latest/sdk/crypto/", 38 "jest": { 39 "preset": "expo-module-scripts" 40 }, 41 "dependencies": { 42 "base64-js": "^1.3.0" 43 }, 44 "devDependencies": { 45 "expo-module-scripts": "^3.0.0" 46 }, 47 "peerDependencies": { 48 "expo": "*" 49 } 50} 51