UNPKG

1.17 kBJSONView Raw
1{
2 "name": "expo-intent-launcher",
3 "version": "10.3.1",
4 "description": "Provides a way to launch Android intents, e.g. opening a specific activity.",
5 "main": "build/IntentLauncher.js",
6 "types": "build/IntentLauncher.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-intent-launcher",
21 "intent",
22 "launcher"
23 ],
24 "repository": {
25 "type": "git",
26 "url": "https://github.com/expo/expo.git",
27 "directory": "packages/expo-intent-launcher"
28 },
29 "bugs": {
30 "url": "https://github.com/expo/expo/issues"
31 },
32 "author": "650 Industries, Inc.",
33 "license": "MIT",
34 "homepage": "https://docs.expo.dev/versions/latest/sdk/intent-launcher/",
35 "dependencies": {},
36 "devDependencies": {
37 "expo-module-scripts": "^3.0.0"
38 },
39 "peerDependencies": {
40 "expo": "*"
41 },
42 "gitHead": "eab2b09c735fb0fc2bf734a3f29a6593adba3838"
43}