{
  "name": "@ja-ka/react-native-fade-in-flatlist",
  "version": "1.0.13",
  "private": false,
  "description": "An advanced React Native FlatList component with fade-in support for rendered items.",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib/**/*"
  ],
  "scripts": {
    "test": "rm -rf ./coverage && jest",
    "test:debug": "rm -rf ./coverage && node --inspect ./node_modules/jest/bin/jest",
    "test:update": "rm -rf ./coverage && jest --updateSnapshot",
    "build": "rm -rf ./lib && tsc --project ./tsconfig.json",
    "pub": "npm run build && npm version patch && npm publish",
    "lint": "tslint --fix -p ./tsconfig.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ja-ka/react-native-fade-in-flatlist.git"
  },
  "keywords": [
    "react-native",
    "flatlist",
    "fade-in"
  ],
  "author": "Jascha Kanngiesser",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ja-ka/react-native-fade-in-flatlist/issues"
  },
  "homepage": "https://github.com/ja-ka/react-native-fade-in-flatlist#readme",
  "devDependencies": {
    "@babel/core": "^7.19.1",
    "@babel/runtime": "^7.19.0",
    "@testing-library/react-native": "^11.1.0",
    "@types/jest": "^29.0.3",
    "@types/react": "^18.0.21",
    "@types/react-native": "^0.70.3",
    "jest": "^29.0.3",
    "jest-junit": "^14.0.1",
    "metro-react-native-babel-preset": "^0.72.3",
    "prettier": "^2.7.1",
    "react": "^18.2.0",
    "react-native": "^0.70.1",
    "react-test-renderer": "^18.2.0",
    "tslint": "^6.1.3",
    "typescript": "^4.8.3"
  },
  "peerDependencies": {
    "react": "^18.2.0",
    "react-native": "^0.70.1"
  },
  "directories": {
    "lib": "lib"
  }
}
