expo-standard-web-crypto
Version:
A partial implementation of the W3C Crypto API for Expo
42 lines (41 loc) • 1.12 kB
JSON
{
"name": "expo-standard-web-crypto",
"version": "55.0.7",
"description": "A partial implementation of the W3C Crypto API for Expo",
"main": "build/index.js",
"types": "build/index.d.ts",
"sideEffects": false,
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"prepare": "expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module"
},
"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": "^55.0.10",
"expo-module-scripts": "^55.0.2"
},
"peerDependencies": {
"expo-crypto": "^55.0.10"
},
"dependencies": {},
"gitHead": "31afdbe5613d666148711cb3ec58c4b617a00c14"
}