expo-plugin-image-crop-picker
Version:
Expo config plugin for react-native-image-crop-picker
36 lines (35 loc) • 1.04 kB
JSON
{
"name": "expo-plugin-image-crop-picker",
"version": "1.1.3",
"description": "Expo config plugin for react-native-image-crop-picker",
"main": "plugin/build/index.js",
"types": "plugin/build/index.d.ts",
"scripts": {
"build": "tsc",
"lint": "eslint src --ext .ts",
"test": "echo \"No test specified\" && exit 0"
},
"keywords": [
"expo",
"config-plugin",
"react-native-image-crop-picker",
"image-picker"
],
"author": "La Win Ko",
"license": "MIT",
"peerDependencies": {
"@expo/config-plugins": "^9.0.17"
},
"devDependencies": {
"@expo/config-plugins": "^9.0.17",
"typescript": "^5.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lawinko/expo-plugin-image-crop-picker.git"
},
"bugs": {
"url": "https://github.com/lawinko/expo-plugin-image-crop-picker"
},
"homepage": "https://github.com/lawinko/expo-plugin-image-crop-picker#readme"
}