{
  "name": "@peulda/expo-plugin-channel-io",
  "version": "1.1.0",
  "description": "Expo plugin for channel.io",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "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",
    "open:ios": "open -a \"Xcode\" example/ios",
    "open:android": "open -a \"Android Studio\" example/android"
  },
  "keywords": [
    "react-native",
    "expo",
    "channel",
    "channel-io",
    "channel-io-plugin",
    "channel-plugin",
    "@peulda/expo-plugin-channel-io"
  ],
  "repository": "https://github.com/peulda-official/expo-plugin-channel-io",
  "bugs": {
    "url": "https://github.com/peulda-official/expo-plugin-channel-io/issues"
  },
  "author": "peulda",
  "license": "MIT",
  "homepage": "https://github.com/peulda-official/expo-plugin-channel-io#readme",
  "devDependencies": {
    "expo": "^48.0.0",
    "expo-module-scripts": "^3.0.4"
  },
  "peerDependencies": {
    "expo": ">=48.0.0",
    "react-native-channel-plugin": "*"
  },
  "publishConfig": {
    "access": "public"
  }
}
