UNPKG

1.53 kBJSONView Raw
1{
2 "name": "@unimodules/react-native-adapter",
3 "version": "5.6.0",
4 "description": "The adapter to use universal modules with the React Native bridge",
5 "main": "build/index.js",
6 "types": "build/index.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 "unimodules",
20 "adapter"
21 ],
22 "repository": {
23 "type": "git",
24 "url": "https://github.com/expo/expo.git"
25 },
26 "bugs": {
27 "url": "https://github.com/expo/expo/issues"
28 },
29 "author": "650 Industries, Inc.",
30 "license": "MIT",
31 "homepage": "https://github.com/expo/expo/tree/master/packages/@unimodules/react-native-adapter",
32 "jest": {
33 "preset": "expo-module-scripts"
34 },
35 "peerDependencies": {
36 "react-native": "*",
37 "react-native-web": "~0.13.7"
38 },
39 "unimodulePeerDependencies": {
40 "@unimodules/core": "*",
41 "unimodules-app-loader": "*",
42 "unimodules-font-interface": "*",
43 "unimodules-image-loader-interface": "*",
44 "unimodules-permissions-interface": "*"
45 },
46 "dependencies": {
47 "invariant": "^2.2.4",
48 "lodash": "^4.5.0"
49 },
50 "devDependencies": {
51 "@types/lodash": "^4.5.4",
52 "@unimodules/core": "~5.5.0",
53 "expo-module-scripts": "~1.2.0"
54 },
55 "gitHead": "2196cebae55bda181ccceadec809942f51ee9e39"
56}