This repository has been archived by the owner on Aug 10, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.62 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "expo-photo-manipulator",
"version": "0.1.0",
"description": "Expo Image Processing API to edit photo programmatically for Android and iOS.",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"example": "yarn workspace expo-photo-manipulator-example",
"prepare": "expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module",
"open:ios": "xed example/ios",
"open:android": "open -a \"Android Studio\" example/android"
},
"keywords": [
"react-native",
"expo",
"image editor",
"image processing",
"image manipulator",
"photo editor",
"photo processing",
"photo manipulator",
"expo-photo-manipulator",
"ExpoPhotoManipulator",
"android",
"ios"
],
"repository": "https://github.com/guhungry/expo-photo-manipulator",
"bugs": {
"url": "https://github.com/guhungry/expo-photo-manipulator/issues"
},
"author": "Woraphot Chokratanasombat <[email protected]> (https://github.com/guhungry)",
"license": "MIT",
"homepage": "https://github.com/guhungry/expo-photo-manipulator#readme",
"dependencies": {
"color-rgba": "^3.0.0"
},
"devDependencies": {
"@types/color-rgba": "^2.1.3",
"@types/react": "^18.0.25",
"expo-module-scripts": "^3.5.2",
"expo-modules-core": "^1.12.20"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
},
"workspaces": [
"example"
],
"packageManager": "[email protected]"
}