{
  "name": "react-native-masonry-scrollview",
  "version": "0.0.2",
  "description": "A React Native Masonry ScrollView that extends the inbuilt ScrollView component",
  "scripts": {
    "build": "rm -rf ./lib && tsc -p .",
    "test": "jest"
  },
  "main": "lib/index.js",
  "author": "DaniAkash <s.daniakash@gmail.com> (https://github.com/DaniAkash)",
  "repository": "DaniAkash/react-native-masonry-scrollview",
  "license": "MIT",
  "keywords": [
    "react",
    "react-native",
    "masonry",
    "scrollview",
    "masonry-scroll"
  ],
  "devDependencies": {
    "@react-native-community/eslint-config": "^0.0.7",
    "@testing-library/react-native": "^5.0.3",
    "@types/jest": "^25.1.1",
    "@types/react": "^16.9.19",
    "@types/react-native": "^0.61.7",
    "@types/react-test-renderer": "^16.9.2",
    "eslint": "^6.8.0",
    "eslint-plugin-prettier": "^3.1.2",
    "eslint-plugin-tsc": "^1.2.0",
    "husky": "^4.2.1",
    "jest": "^25.1.0",
    "metro-react-native-babel-preset": "^0.58.0",
    "prettier": "^1.19.1",
    "pretty-quick": "^2.0.1",
    "react": "^16.12.0",
    "react-native": "^0.61.5",
    "react-test-renderer": "^16.12.0",
    "typescript": "^3.7.5"
  }
}
