UNPKG

expo-standard-web-crypto

Version:

A partial implementation of the W3C Crypto API for Expo

42 lines (41 loc) 1.11 kB
{ "name": "expo-standard-web-crypto", "version": "3.0.8", "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": "^15.0.8", "expo-module-scripts": "^5.0.8" }, "peerDependencies": { "expo-crypto": "^15.0.8" }, "dependencies": {}, "gitHead": "172a69f5f70c1d0e043e1532f924de97210cabc3" }