{
  "name": "react-native-image-resizer",
  "version": "1.4.5",
  "description": "Rescale local images with React Native",
  "main": "./index.js",
  "types": "./index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bamlab/react-native-image-resizer.git"
  },
  "keywords": [
    "react-native",
    "react",
    "android",
    "ios",
    "images",
    "image",
    "image-resizer",
    "scaling",
    "scale",
    "resize"
  ],
  "peerDependencies": {
    "react-native": ">=v0.40.0"
  },
  "author": "Florian Rival <florianr@bam.tech> (http://bam.tech)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bamlab/react-native-image-resizer/issues"
  },
  "homepage": "https://github.com/bamlab/react-native-image-resizer#readme",
  "devDependencies": {
    "cz-conventional-changelog": "^1.2.0"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}
