{
  "name": "react-native-quick-preview",
  "version": "2.0.2",
  "description": "Headless long-press quick preview for React Native. Peek at any content in a popover or sheet, swipe down to dismiss.",
  "author": "Oliver Lindblad",
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "react-native": "src/index.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "react-native": "./src/index.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "sideEffects": false,
  "files": [
    "dist",
    "src",
    "!src/**/__tests__/**",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "type-check": "tsc --noEmit",
    "lint": "eslint src --ext .ts,.tsx",
    "clean": "rimraf dist",
    "prepublishOnly": "rimraf dist && tsup",
    "test": "jest"
  },
  "keywords": [
    "react-native",
    "expo",
    "modal",
    "preview",
    "quick-preview",
    "quick-view",
    "peek",
    "long-press",
    "bottom-sheet",
    "popover",
    "headless",
    "typescript",
    "ui",
    "component"
  ],
  "peerDependencies": {
    "react": ">=18.2.0 <21",
    "react-native": ">=0.64.0 <1",
    "react-native-gesture-handler": ">=2.0.0",
    "react-native-portalize": ">=1.0.0",
    "react-native-reanimated": ">=3.0.0",
    "react-native-safe-area-context": ">=4.0.0"
  },
  "devDependencies": {
    "@react-native/babel-preset": "0.81.5",
    "@testing-library/react-native": "^13.3.3",
    "@types/jest": "^29.5.14",
    "@types/react": "^19.0.0",
    "@typescript-eslint/eslint-plugin": "^7.18.0",
    "@typescript-eslint/parser": "^7.18.0",
    "eslint": "^8.57.0",
    "jest": "^29.7.0",
    "react": "19.1.0",
    "react-native": "0.81.5",
    "react-native-gesture-handler": "~2.28.0",
    "react-native-portalize": "^1.0.0",
    "react-native-reanimated": "~4.1.1",
    "react-native-safe-area-context": "~5.6.0",
    "react-test-renderer": "19.1.0",
    "rimraf": "^6.0.0",
    "tsup": "^8.0.0",
    "typescript": "^5.0.0",
    "react-native-worklets": "~0.5.1"
  },
  "overrides": {
    "eslint": "^8.57.0",
    "@typescript-eslint/parser": "^7.18.0",
    "@typescript-eslint/eslint-plugin": "^7.18.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Hashtagsmile/react-native-quick-preview.git"
  },
  "bugs": {
    "url": "https://github.com/Hashtagsmile/react-native-quick-preview/issues"
  },
  "homepage": "https://github.com/Hashtagsmile/react-native-quick-preview#readme",
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=18"
  },
  "source": "src/index.ts"
}
