{
	"name": "@ohmi/react-native-image-crop-picker",
	"version": "0.40.4-rc.4",
	"description": "Select single or multiple images, with cropping option",
	"main": "js/index.js",
	"scripts": {
		"pack": "npm pack",
		"test": "echo \"Error: no test specified\" && exit 1",
		"codegen-lib": "react-native codegen-lib-harmony --no-safety-check --npm-package-name react-native-image-crop-picker --cpp-output-path ./harmony/image_crop_picker/src/main/cpp/generated --ets-output-path ./harmony/image_crop_picker/src/main/ets/generated --turbo-modules-spec-paths ./js/NativeRNCImageCropPicker.ts"
	},
	"repository": {
		"type": "git",
		"url": "https://gitee.com/rn-mi/react-native-image-crop-picker"
	},
	"keywords": [
		"react",
		"native",
		"react-native",
		"image",
		"picker",
		"crop",
		"cropping",
		"multiple",
		"camera",
		"harmony"
	],
	"author": "Ivan Pusic",
	"license": "MIT",
	"bugs": {
		"url": "https://gitee.com/rn-mi/react-native-image-crop-picker/issues"
	},
	"homepage": "https://gitee.com/rn-mi/react-native-image-crop-picker#readme",
	"dependencies": {
		"react-native-image-crop-picker": "^0.40.3"
	},
	"devDependencies": {
		"react-native-harmony-cli": "npm:@react-native-oh/react-native-harmony-cli@^0.0.27"
	},
	"peerDependencies": {
		"react-native": ">=0.40.0"
	},
	"harmony": {
		"alias": "react-native-image-crop-picker"
	},
	"publishConfig": {
		"registry": "https://registry.npmjs.org/",
		"access": "public"
	}
}
