{
  "name": "react-native-images-collage",
  "version": "3.3.5",
  "description": "Customizable image grid component for React Native",
  "keywords": [
    "react-native",
    "photo collage",
    "photo grid",
    "photo matrix",
    "photo editing",
    "image collage",
    "image grid",
    "image matrix",
    "image editing"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/LukeBrandonFarrell/react-native-images-collage.git"
  },
  "main": "src/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\"",
    "flow": "flow",
    "build": "flow-remove-types src/ -d lib/",
    "_postinstall": "husky install",
    "prepublishOnly": "pinst --disable",
    "postpublish": "pinst --enable",
    "pre-commit": "lint-staged"
  },
  "author": "Luke Brandon Farrell",
  "license": "MIT",
  "readme": "README.md",
  "dependencies": {},
  "devDependencies": {
    "@commitlint/cli": "^12.1.4",
    "@commitlint/config-conventional": "^12.1.4",
    "husky": "^6.0.0",
    "lint-staged": "^11.0.0",
    "pinst": "^2.1.6",
    "prettier": "^2.2.1",
    "semantic-release": "^17.4.3"
  },
  "release": {
    "branches": [
      "master",
      "next"
    ]
  }
}
