-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.57 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.57 KB
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
59
{
"name": "expo-paste-input",
"version": "0.2.1",
"description": "A wrapper around React Native TextInput to paste images and GIFs from the clipboard (iOS, Android, Web)",
"main": "build/index.js",
"types": "build/index.d.ts",
"files": [
"build",
"android",
"ios",
"src",
"expo-module.config.json",
"README.md",
"LICENSE"
],
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"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",
"react-native-paste-input",
"react-native-image-paste-input",
"clipboard",
"paste",
"paste-image",
"paste-gif",
"textinput",
"react-native-clipboard",
"react-native-textinput"
],
"repository": "https://github.com/arunabhverma/expo-paste-input",
"bugs": {
"url": "https://github.com/arunabhverma/expo-paste-input/issues"
},
"author": "Arunabh Verma <arunabhverma01@gmail.com> (https://github.com/arunabhverma)",
"license": "MIT",
"homepage": "https://github.com/arunabhverma/expo-paste-input#readme",
"dependencies": {},
"devDependencies": {
"@types/react": "~19.1.0",
"expo-module-scripts": "^5.0.8",
"expo": "^54.0.27",
"react-native": "0.81.5"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
}
}