-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
49 lines (49 loc) · 1.28 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
{
"name": "expo-config-plugin-ios-share-extension",
"version": "0.0.4",
"description": "Config plugin to add an share extension to a Expo iOS app",
"homepage": "https://github.com/langtube/expo-config-plugin-ios-share-extension#readme",
"main": "build/index.js",
"types": "build/index.d.ts",
"files": [
"build",
"src",
"app.plugin.js"
],
"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"
},
"repository": {
"type": "git",
"url": "git+https://github.com/langtube/expo-config-plugin-ios-share-extension.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/langtube/expo-config-plugin-ios-share-extension/issues"
},
"keywords": [
"react-native",
"expo-share-extension",
"react-native-share-extension",
"expo-config-plugin"
],
"devDependencies": {
"@types/react-native": "^0.69.5",
"expo-module-scripts": "^2.1.0",
"eslint": "^7.25.0",
"prettier": "^2.2.1"
},
"sideEffects": false,
"dependencies": {
"@expo/config-plugins": "^5.0.1",
"xcode": "^3.0.1"
},
"peerDependencies": {
"react-native": "^0.69.4"
}
}