xref: /expo/packages/expo-sharing/package.json (revision 79607a73)
1{
2  "name": "expo-sharing",
3  "version": "11.7.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://docs.expo.dev/versions/latest/sdk/sharing/",
33  "dependencies": {},
34  "devDependencies": {
35    "expo-module-scripts": "^3.0.0"
36  },
37  "peerDependencies": {
38    "expo": "*"
39  }
40}
41