{
  "name": "expo-crypto",
  "version": "56.0.3",
  "description": "Provides cryptography primitives for Android, iOS and web.",
  "main": "build/Crypto.js",
  "types": "build/Crypto.d.ts",
  "sideEffects": false,
  "keywords": [
    "react-native",
    "react-native-web",
    "expo",
    "crypto",
    "ios",
    "android",
    "web",
    "native"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/expo/expo.git",
    "directory": "packages/expo-crypto"
  },
  "bugs": {
    "url": "https://github.com/expo/expo/issues"
  },
  "author": "650 Industries, Inc.",
  "license": "MIT",
  "homepage": "https://docs.expo.dev/versions/latest/sdk/crypto/",
  "jest": {
    "preset": "expo-module-scripts"
  },
  "dependencies": {},
  "devDependencies": {
    "expo": "56.0.0-preview.5",
    "expo-module-scripts": "56.0.2"
  },
  "peerDependencies": {
    "expo": "*"
  },
  "gitHead": "a8ab3da510a34b7bdb2262aa9887d4f78b102280",
  "scripts": {
    "build": "expo-module build",
    "clean": "expo-module clean",
    "lint": "expo-module lint",
    "test": "expo-module test",
    "expo-module": "expo-module"
  }
}