UNPKG

1.16 kBJSONView Raw
1{
2 "name": "expo-crypto",
3 "version": "10.1.0",
4 "description": "Expo universal module for crypto",
5 "main": "build/Crypto.js",
6 "types": "build/Crypto.d.ts",
7 "sideEffects": false,
8 "scripts": {
9 "build": "expo-module build",
10 "clean": "expo-module clean",
11 "lint": "expo-module lint",
12 "test": "expo-module test",
13 "prepare": "expo-module prepare",
14 "prepublishOnly": "expo-module prepublishOnly",
15 "expo-module": "expo-module"
16 },
17 "keywords": [
18 "react-native",
19 "react-native-web",
20 "expo",
21 "crypto",
22 "ios",
23 "android",
24 "web",
25 "native"
26 ],
27 "repository": {
28 "type": "git",
29 "url": "https://github.com/expo/expo.git",
30 "directory": "packages/expo-crypto"
31 },
32 "bugs": {
33 "url": "https://github.com/expo/expo/issues"
34 },
35 "author": "650 Industries, Inc.",
36 "license": "MIT",
37 "homepage": "https://docs.expo.dev/versions/latest/sdk/crypto/",
38 "jest": {
39 "preset": "expo-module-scripts"
40 },
41 "dependencies": {},
42 "devDependencies": {
43 "expo-module-scripts": "^2.0.0"
44 },
45 "peerDependencies": {
46 "expo": "*"
47 },
48 "gitHead": "2e5c6983b86d5ecfca028ba64002897d8adc2cc4"
49}