{
  "name": "@bsky.app/peek-menu",
  "version": "0.3.1",
  "license": "MIT",
  "description": "Native iOS context menu with peek preview for images.",
  "repository": {
    "type": "git",
    "url": "https://github.com/bluesky-social/toolbox"
  },
  "author": "Bluesky Social PBC <hello@blueskyweb.xyz>",
  "homepage": "https://github.com/bluesky-social/toolbox/tree/main/packages/peek-menu",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "keywords": [
    "react-native",
    "expo",
    "context-menu",
    "peek",
    "ios"
  ],
  "devDependencies": {
    "@types/react": "~19.2.15",
    "expo": "^55.0.8",
    "expo-module-scripts": "^55.0.2",
    "expo-modules-core": "^55.0.22",
    "react-native": "0.82.1",
    "vitest": "^3.1.1"
  },
  "peerDependencies": {
    "expo": "*",
    "react": "*",
    "react-native": "*"
  },
  "scripts": {
    "build": "expo-module clean && EXPO_NONINTERACTIVE=1 expo-module build",
    "clean": "expo-module clean",
    "lint": "expo-module lint",
    "typecheck": "tsc --noEmit",
    "expo-module": "expo-module"
  }
}