forked from bitlab-code/react-native-image-manipulator
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
40 lines (40 loc) · 994 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
32
33
34
35
36
37
38
39
40
{
"name": "@oguzhnatly/react-native-image-manipulator",
"version": "1.0.5",
"description": "ImageManipulator for react native without Expo and Unimodules. Based on Expo ImageManipulator",
"main": "build/index.js",
"author": "oguzhnatly",
"homepage": "https://github.com/oguzhnatly/react-native-image-manipulator",
"license": "MIT",
"typings": "build/index.d.ts",
"keywords": [
"react-native",
"react",
"rotate",
"flip",
"image",
"manipulator",
"react-native-rotate-image",
"react-native-flip-image",
"react-native-image-manipulator"
],
"scripts": {
"build": "tsc"
},
"dependencies": {},
"devDependencies": {
"react-native": "^0.71.2",
"typescript": "^4.6.3"
},
"peerDependencies": {
"react-native": ">=0.63"
},
"codegenConfig": {
"name": "rnimagemanipulator",
"type": "modules",
"jsSrcsDir": "./fabric",
"android": {
"javaPackageName": "com.oguzhnatly.rnimagemanipulator"
}
}
}