{
  "name": "@functionland/recyclerlistview",
  "version": "4.2.4",
  "description": "The listview that you need and deserve. It was built for performance, uses cell recycling to achieve smooth scrolling.",
  "main": "dist/reactnative/index.js",
  "types": "dist/reactnative/index.d.ts",
  "scripts": {
    "build": "sh scripts/build.sh",
    "release-beta": "sh scripts/publish-beta.sh",
    "release-local": "sh scripts/publish-local.sh",
    "test": "jest",
    "typecheck": "tsc --noEmit",
    "lint": "eslint \"**/*.{js,ts,tsx}\"",
    "release": "release-it",
    "example": "yarn --cwd example",
    "build:android": "cd example/android && ./gradlew assembleDebug --no-daemon --console=plain -PreactNativeArchitectures=arm64-v8a",
    "build:ios": "cd example/ios && xcodebuild -workspace RnSharingIntentExample.xcworkspace -scheme RnSharingIntentExample -configuration Debug -sdk iphonesimulator CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ GCC_OPTIMIZATION_LEVEL=0 GCC_PRECOMPILE_PREFIX_HEADER=YES ASSETCATALOG_COMPILER_OPTIMIZATION=time DEBUG_INFORMATION_FORMAT=dwarf COMPILER_INDEX_STORE_ENABLE=NO",
    "bootstrap": "yarn example && yarn install && yarn example pods",
    "clean": "del-cli android/build example/android/build example/android/app/build example/ios/build"
  },
  "keywords": [
    "react-native",
    "recyclerview",
    "listview",
    "flatlist-alternative",
    "flatlist",
    "60fps",
    "cross-platform",
    "web",
    "react-native-web",
    "performance"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/functionland/fx-recyclerlistview"
  },
  "author": "Functionland <hi@fx.land>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/functionland/fx-recyclerlistview/issues"
  },
  "homepage": "https://github.com/functionland/fx-recyclerlistview",
  "dependencies": {
    "lodash.debounce": "4.0.8",
    "prop-types": "15.8.1",
    "ts-object-utils": "0.0.5"
  },
  "peerDependencies": {
    "react": "18.3.1",
    "react-native": "0.76.0"
  },
  "devDependencies": {
    "@types/lodash.debounce": "4.0.8",
    "@types/prop-types": "15.5.2",
    "@types/react": "18.3.1",
    "@types/resize-observer-browser": "0.1.7",
    "file-directives": "1.4.6",
    "tslint": "5.11.0",
    "typescript": "^5.1.0"
  }
}