-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
31 lines (31 loc) · 918 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "with-rn-image-crop-picker",
"version": "0.2.0",
"homepage": "https://github.com/mwegener-com/with-rn-image-crop-picker#readme",
"author": "Marius Wegener",
"repository": "https://github.com/mwegener-com/with-rn-image-crop-picker.git",
"description": "An Expo config plugin for painless setup of `react-native-image-crop-picker`",
"bugs": {
"url": "https://github.com/mwegener-com/with-rn-image-crop-picker/issues"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"license": "MIT",
"private": false,
"main": "app.plugin.js",
"devDependencies": {
"expo-module-scripts": "^2.0.0"
},
"dependencies": {
"@expo/config-plugins": "^3.0.6"
},
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"test": "expo-module test",
"prepare": "expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module"
}
}