{
	"name": "@react-native-ohos/react-native-image-crop-picker",
	"version": "0.51.2",
	"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": "git+https://gitcode.com/openharmony-sig/rntpc_react-native-image-crop-picker.git"
	},
	"keywords": [
		"react",
		"native",
		"react-native",
		"image",
		"picker",
		"crop",
		"cropping",
		"multiple",
		"camera",
		"harmony"
	],
	"author": "Ivan Pusic",
	"license": "MIT",
	"bugs": {
		"url": "https://gitcode.com/openharmony-sig/rntpc_react-native-image-crop-picker/issues"
	},
	"homepage": "https://gitcode.com/openharmony-sig/rntpc_react-native-image-crop-picker/tree/br_rnoh0.82#readme",
	"dependencies": {
		"react-native-image-crop-picker": "^0.51.1"
	},
	"devDependencies": {
		"@react-native-oh/react-native-harmony-cli": "file:./packages/rnoh-react-native-harmony-cli-0.82.1.tgz"
	},
	"peerDependencies": {
		"react": "*",
		"react-native": "*"
	},
	"harmony": {
		"alias": "react-native-image-crop-picker"
	},
	"publishConfig": {
		"registry": "https://registry.npmjs.org/",
		"access": "public"
	}
}
