{
  "name": "expo-clipboard",
  "version": "55.0.9",
  "description": "Provides an interface for getting and setting Clipboard content on Android, iOS and Web.",
  "main": "build/Clipboard.js",
  "types": "build/Clipboard.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"
  },
  "keywords": [
    "react-native",
    "expo",
    "expo-clipboard"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/expo/expo.git",
    "directory": "packages/expo-clipboard"
  },
  "bugs": {
    "url": "https://github.com/expo/expo/issues"
  },
  "author": "650 Industries, Inc.",
  "license": "MIT",
  "homepage": "https://docs.expo.dev/versions/latest/sdk/clipboard",
  "dependencies": {},
  "devDependencies": {
    "expo-module-scripts": "^55.0.2"
  },
  "peerDependencies": {
    "expo": "*",
    "react": "*",
    "react-native": "*"
  },
  "jest": {
    "preset": "expo-module-scripts/universal"
  },
  "gitHead": "9260ae10a08271027d85792b7128e0d4883dca4d"
}
