This repository has been archived on 2022-03-12. You can view files and clone it, but cannot push or open issues or pull requests.
2021-04-02 02:24:13 +03:00

58 lines
1.6 KiB
JSON

{
"name": "@unimodules/react-native-adapter",
"version": "5.7.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",
"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"
},
"peerDependencies": {
"react-native": "*",
"react-native-web": "~0.13.7"
},
"unimodulePeerDependencies": {
"@unimodules/core": "*",
"unimodules-app-loader": "*",
"unimodules-font-interface": "*",
"unimodules-image-loader-interface": "*",
"unimodules-permissions-interface": "*"
},
"dependencies": {
"invariant": "^2.2.4",
"lodash": "^4.5.0"
},
"devDependencies": {
"@types/lodash": "^4.5.4",
"@unimodules/core": "~6.0.0",
"expo-module-scripts": "~1.2.0"
},
"gitHead": "bc6b4b3bc3cb5e44e477f145c72c07ed09588651"
}