UNPKG

1.59 kBJSONView Raw
1{
2 "name": "@unimodules/react-native-adapter",
3 "version": "6.1.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 "directory": "packages/@unimodules/react-native-adapter"
26 },
27 "bugs": {
28 "url": "https://github.com/expo/expo/issues"
29 },
30 "author": "650 Industries, Inc.",
31 "license": "MIT",
32 "homepage": "https://github.com/expo/expo/tree/master/packages/@unimodules/react-native-adapter",
33 "jest": {
34 "preset": "expo-module-scripts"
35 },
36 "peerDependencies": {
37 "react-native": "*",
38 "react-native-web": "~0.13.7"
39 },
40 "unimodulePeerDependencies": {
41 "@unimodules/core": "*",
42 "unimodules-app-loader": "*",
43 "unimodules-font-interface": "*",
44 "unimodules-image-loader-interface": "*",
45 "unimodules-permissions-interface": "*"
46 },
47 "dependencies": {
48 "invariant": "^2.2.4",
49 "lodash": "^4.5.0"
50 },
51 "devDependencies": {
52 "@types/lodash": "^4.5.4",
53 "@unimodules/core": "~7.0.0",
54 "expo-module-scripts": "~1.2.0"
55 },
56 "gitHead": "e362887ddc6ba4e3518efd623d64b3cbd301a6a9"
57}