{
  "name": "@souscheflabs/reanimated-flashlist",
  "version": "0.5.5",
  "description": "A high-performance animated FlashList with drag-to-reorder and entry/exit animations (New Architecture)",
  "main": "lib/index.js",
  "module": "lib/index.js",
  "types": "lib/index.d.ts",
  "source": "src/index.ts",
  "files": [
    "lib",
    "src",
    "assets"
  ],
  "workspaces": [
    "example"
  ],
  "sideEffects": false,
  "scripts": {
    "typecheck": "tsc --noEmit",
    "build": "babel src --out-dir lib --extensions '.ts,.tsx' --config-file ./babel.build.config.js && tsc -p tsconfig.build.json --emitDeclarationOnly",
    "clean": "rm -rf lib",
    "clean:build": "npm run clean && npm run build",
    "lint": "eslint 'src/**/*.{ts,tsx}'",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "tag": "./scripts/tag.sh",
    "release:patch": "./scripts/release.sh patch",
    "release:minor": "./scripts/release.sh minor",
    "release:major": "./scripts/release.sh major",
    "prepublishOnly": "npm run build"
  },
  "peerDependencies": {
    "@shopify/flash-list": "^2.2.1",
    "react": ">=18.0.0",
    "react-native": ">=0.74.0",
    "react-native-gesture-handler": ">=2.14.0",
    "react-native-reanimated": "^4.0.0",
    "react-native-worklets": ">=0.7.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.28.6",
    "@babel/core": "^7.24.0",
    "@babel/preset-env": "^7.24.0",
    "@babel/preset-react": "^7.24.0",
    "@babel/preset-typescript": "^7.24.0",
    "@testing-library/react-native": "^14.0.0-beta.0",
    "@types/jest": "^29.5.0",
    "@typescript-eslint/eslint-plugin": "^8.54.0",
    "@typescript-eslint/parser": "^8.54.0",
    "babel-jest": "^29.7.0",
    "eslint": "^9.39.2",
    "eslint-plugin-no-barrel-files": "^1.2.2",
    "eslint-plugin-react-compiler": "^19.1.0-rc.2",
    "eslint-plugin-react-hooks": "^7.0.1",
    "jest": "^29.7.0",
    "typescript": "^5.9.3"
  },
  "keywords": [
    "react-native",
    "flashlist",
    "animated",
    "drag-to-reorder",
    "reanimated",
    "layout-animation"
  ],
  "author": "SousChef Labs",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/SousChefLabs/reanimated-flashlist.git"
  },
  "bugs": {
    "url": "https://github.com/SousChefLabs/reanimated-flashlist/issues"
  },
  "homepage": "https://github.com/SousChefLabs/reanimated-flashlist#readme",
  "overrides": {
    "fast-xml-parser": "^5.3.4"
  }
}
