{
  "name": "@react-native-ohos/flash-list",
  "version": "1.6.4",
  "keywords": [
    "react-native",
    "recyclerview",
    "listview",
    "flatlist-alternative",
    "flatlist",
    "recyclerlistview",
    "60fps",
    "cross-platform",
    "react-native-web",
    "performance"
  ],
  "harmony": {
    "alias": "@shopify/flash-list",
    "autolinking": {
    "etsPackageClassName":"FlashListPackage",
    "cppPackageClassName":"FlashListPackage",
    "cmakeLibraryTargetName": "rnoh_flash_list", 
    "ohPackageName": "@react-native-ohos/flash-list"
   }
  },
  "publishConfig": {
    "access": "public",
    "@shopify:registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "https://gitcode.com/openharmony-sig/rntpc_flash-list"
  },
  "description": "FlashList is a more performant FlatList replacement",
  "author": "shopify",
  "license": "MIT",
  "homepage": "https://gitcode.com/openharmony-sig/rntpc_flash-list",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "up": "bundle install && yarn fixture-up && yarn e2e-up && yarn build",
    "fixture-web-up": "cd fixture/web-app && yarn && cd ../../",
    "fixture-up": "cd fixture && yarn && cd ios && bundle exec pod install && cd ../../",
    "e2e-up": "cd fixture/ios && brew tap wix/brew && brew install applesimutils && cd ../../",
    "start": "cd fixture && react-native start",
    "test": "jest",
    "lint": "yarn eslint . --ext .ts,.tsx",
    "lint:fix": "yarn eslint . --ext .ts,.tsx --fix",
    "type-check": "yarn tsc --pretty --noEmit",
    "build": "tsc -b",
    "prepack": "tsc -b"
  },
  "peerDependencies": {
    "@babel/runtime": "*",
    "react": "*",
    "react-native": "*",
    "recyclerlistview": "4.2.0"
  },
  "devDependencies": {
    "@babel/core": "^7.18.5",
    "@babel/runtime": "^7.18.3",
    "@quilted/react-testing": "^0.5.14",
    "@react-native-community/eslint-config": "^3.0.3",
    "@shopify/eslint-plugin": "^41.3.1",
    "@types/jest": "^28.1.3",
    "@types/react-native": "0.72.2",
    "babel-jest": "^28.1.1",
    "enhanced-resolve": "^5.9.3",
    "eslint": "8.18.0",
    "gh-pages": "^4.0.0",
    "jest": "^28.1.1",
    "metro-react-native-babel-preset": "^0.71.1",
    "prettier": "^2.7.1",
    "react": "17.0.2",
    "react-native": "0.68.5",
    "typescript": "^4.7.4",
    "recyclerlistview": "4.2.0"
  },
  "files": [
    "harmony",
    "dist",
    "src",
    "jestSetup.js"
  ],
  "dependencies": {
    "tslib": "2.4.0",
    "@shopify/flash-list": "1.6.3"
  }
}
