UNPKG

expo-crypto

Version:

Provides cryptography primitives for Android, iOS and web.

48 lines 1.12 kB
{ "name": "expo-crypto", "version": "56.0.4", "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.5", "expo-module-scripts": "56.0.2" }, "peerDependencies": { "expo": "*" }, "gitHead": "f67a101bcbe56114e982184834b93da7bbed00af", "scripts": { "build": "expo-module build", "clean": "expo-module clean", "lint": "expo-module lint", "test": "expo-module test", "expo-module": "expo-module" } }