forked from bamlab/react-native-keyevent-expo-config-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.12 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
{
"name": "@farmako/react-native-keyevent-expo-config-plugin",
"version": "1.0.52",
"description": "Config plugin to auto configure react-native-keyevent on prebuild",
"main": "build/withReactNativeKeyevent.js",
"types": "build/withReactNativeKeyevent.d.ts",
"sideEffects": false,
"repository": {
"type": "git",
"url": "https://github.com/farmako/react-native-keyevent-expo-config-plugin.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"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"
},
"files": [
"build",
"app.plugin.js"
],
"contributors": [
{
"name": "Scott Pritchard"
},
{
"name": "Thomas Renaud"
},
{
"name": "Victor Perez"
}
],
"devDependencies": {
"expo-module-scripts": "^3.5.2"
},
"peerDependencies": {
"expo": "^51.0.9"
},
"dependencies": {
"@expo/config-plugins": "~8.0.0"
}
}