{
  "name": "expo-standard-web-crypto",
  "version": "57.0.1",
  "description": "A partial implementation of the W3C Crypto API for Expo",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "sideEffects": false,
  "jest": {
    "preset": "expo-module-scripts"
  },
  "homepage": "https://github.com/expo/expo/blob/main/packages/expo-standard-web-crypto",
  "repository": {
    "type": "git",
    "url": "https://github.com/expo/expo.git",
    "directory": "packages/expo-standard-web-crypto"
  },
  "keywords": [
    "expo",
    "crypto"
  ],
  "author": "650 Industries, Inc.",
  "license": "MIT",
  "devDependencies": {
    "expo-crypto": "57.0.1",
    "expo-module-scripts": "56.0.3"
  },
  "peerDependencies": {
    "expo-crypto": "^57.0.1"
  },
  "dependencies": {},
  "gitHead": "a4789f1e53353f4929b0baddcfe5a7c622b99c71",
  "scripts": {
    "build": "expo-module build",
    "clean": "expo-module clean",
    "lint": "expo-module lint",
    "test": "expo-module test",
    "expo-module": "expo-module"
  }
}