{ "name": "@unimodules/react-native-adapter", "version": "4.0.0", "description": "The adapter to use universal modules with the React Native bridge", "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" }, "keywords": [ "react-native", "unimodules", "adapter" ], "repository": { "type": "git", "url": "https://github.com/expo/expo.git" }, "bugs": { "url": "https://github.com/expo/expo/issues" }, "author": "650 Industries, Inc.", "license": "MIT", "homepage": "https://github.com/expo/expo/tree/master/packages/@unimodules/react-native-adapter", "jest": { "preset": "expo-module-scripts" }, "peerDependencies": { "react-native": "*" }, "unimodulePeerDependencies": { "@unimodules/core": "^2.0.0-alpha.0", "unimodules-font-interface": "*", "unimodules-image-loader-interface": "*", "unimodules-permissions-interface": "*" }, "dependencies": { "invariant": "^2.2.4", "lodash": "^4.5.0", "prop-types": "^15.6.1" }, "devDependencies": { "@types/lodash": "^4.5.4", "babel-preset-expo": "~7.0.0", "@unimodules/core": "~4.0.0", "expo-module-scripts": "~1.1.1" }, "gitHead": "4e13b3cb88d9205f14bee7764038ab2dd9ef1fbd" }