UNPKG

1.11 kBJSONView Raw
1{
2 "name": "expo-sharing",
3 "version": "8.1.0",
4 "description": "ExpoSharing standalone module",
5 "main": "build/Sharing.js",
6 "types": "build/Sharing.d.ts",
7 "sideEffects": false,
8 "scripts": {
9 "build": "expo-module build",
10 "clean": "expo-module clean",
11 "lint": "expo-module lint",
12 "test": "expo-module test",
13 "prepare": "expo-module prepare",
14 "prepublishOnly": "expo-module prepublishOnly",
15 "expo-module": "expo-module"
16 },
17 "keywords": [
18 "react-native",
19 "expo",
20 "expo-sharing"
21 ],
22 "repository": {
23 "type": "git",
24 "url": "https://github.com/expo/expo.git",
25 "directory": "packages/expo-sharing"
26 },
27 "jest": {
28 "preset": "expo-module-scripts"
29 },
30 "author": "650 Industries, Inc.",
31 "license": "MIT",
32 "homepage": "https://github.com/expo/expo/tree/master/packages/expo-sharing",
33 "dependencies": {},
34 "unimodulePeerDependencies": {
35 "@unimodules/core": "*",
36 "unimodules-file-system-interface": "*"
37 },
38 "devDependencies": {
39 "expo-module-scripts": "~1.2.0"
40 },
41 "gitHead": "3ad68bbd9847ebc8a55272c263b17d998a92f64f"
42}
\No newline at end of file