{
  "name": "@react-native-seoul/masonry-list",
  "version": "1.4.2",
  "description": "React Native Masonry List for Pinterest like UI implemented just like the [FlatList].",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "postinstall": "npx dooboolab-welcome postinstall",
  "scripts": {
    "lint": "eslint . --ext .ts,.tsx,.js,.jsx",
    "build": "rm -rf ./lib && tsc && flowgen lib/index.d.ts -o lib/index.js.flow",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hyochan/react-native-masonry-list.git"
  },
  "keywords": [
    "masonry",
    "react-native",
    "masonry-list",
    "pinterest",
    "flatlist"
  ],
  "author": "hyochan",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hyochan/react-native-masonry-list/issues"
  },
  "homepage": "https://github.com/hyochan/react-native-masonry-list#readme",
  "dependencies": {
    "dooboolab-welcome": "^1.3.2"
  },
  "peerDependencies": {
    "expo": "*",
    "react": ">=16.9",
    "react-native": ">=0.58"
  },
  "devDependencies": {
    "@babel/core": "^7.19.3",
    "@babel/preset-typescript": "^7.18.6",
    "@dooboo/eslint-config-react-native": "^1.0.3",
    "@testing-library/jest-native": "^5.0.0",
    "@testing-library/react-native": "^11.2.0",
    "@types/jest": "^29.1.2",
    "@types/react": "~18.0.0",
    "@types/react-native": "~0.69.1",
    "@types/react-dom": "^18.0.6",
    "@types/react-test-renderer": "^18.0.0",
    "eslint": "^8.25.0",
    "eslint-plugin-ft-flow": "^2.0.1",
    "flowgen": "^1.20.1",
    "jest": "^29.1.2",
    "jest-expo": "^46.0.1",
    "metro-react-native-babel-preset": "^0.73.1",
    "prettier": "^2.7.1",
    "react": "^18.2.0",
    "react-native": "^0.69",
    "react-test-renderer": "^18.2.0",
    "ts-jest": "^29.0.3",
    "typescript": "^4.8.4"
  },
  "publishConfig": {
    "access": "public"
  }
}
