UNPKG

@unimodules/react-native-adapter

Version:

The adapter to use universal modules with the React Native bridge

46 lines (45 loc) 1.26 kB
{ "name": "@unimodules/react-native-adapter", "version": "6.3.5", "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", "directory": "packages/@unimodules/react-native-adapter" }, "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" }, "dependencies": { "expo-modules-autolinking": "^0.0.3", "invariant": "^2.2.4" }, "devDependencies": { "@unimodules/core": "~7.1.1", "expo-module-scripts": "^2.0.0" }, "gitHead": "ab6d40287f5bfb927a10d304183bb73772f5e0b1" }