{
  "name": "react-native-unimodules",
  "version": "0.14.10",
  "description": "This library contains the core unimodule infrastructure and a collection of unimodules and interfaces that are commonly depended on by other unimodules.",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "private": 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",
    "postinstall": "node ./scripts/postinstall.js"
  },
  "keywords": [
    "react-native",
    "expo",
    "modules",
    "unimodules"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/expo/expo.git",
    "directory": "packages/react-native-unimodules"
  },
  "bugs": {
    "url": "https://github.com/expo/expo/issues"
  },
  "author": "650 Industries, Inc.",
  "license": "MIT",
  "homepage": "https://docs.expo.io/bare/installing-unimodules/",
  "jest": {
    "preset": "expo-module-scripts/ios"
  },
  "dependencies": {
    "@unimodules/core": "~7.1.2",
    "@unimodules/react-native-adapter": "~6.3.9",
    "chalk": "^2.4.2",
    "expo-asset": "~8.3.3",
    "expo-constants": "~11.0.2",
    "expo-file-system": "~11.1.3",
    "expo-image-loader": "~2.2.0",
    "expo-modules-core": "~0.2.0",
    "find-up": "~5.0.0",
    "unimodules-app-loader": "~2.2.0",
    "unimodules-task-manager-interface": "~6.2.0"
  },
  "devDependencies": {
    "expo-module-scripts": "^2.0.0"
  },
  "gitHead": "9d149b6b46916d2caaee25b1b6b9638325ccd247"
}
