expo-crypto
Version:
Provides cryptography primitives for Android, iOS and web.
48 lines • 1.12 kB
JSON
{
"name": "expo-crypto",
"version": "57.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": "57.0.22",
"expo-module-scripts": "56.0.3"
},
"peerDependencies": {
"expo": "*"
},
"gitHead": "9e5319c0f821a27b7924841903abae50e2b41790",
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"expo-module": "expo-module"
}
}