xref: /expo/packages/expo-cellular/package.json (revision 79607a73)
1{
2  "name": "expo-cellular",
3  "version": "5.5.0",
4  "description": "Provides information about the user’s cellular service provider",
5  "main": "build/Cellular.js",
6  "types": "build/Cellular.d.ts",
7  "scripts": {
8    "build": "expo-module build",
9    "clean": "expo-module clean",
10    "lint": "expo-module lint",
11    "test": "expo-module test",
12    "prepare": "expo-module prepare",
13    "prepublishOnly": "expo-module prepublishOnly",
14    "expo-module": "expo-module"
15  },
16  "keywords": [
17    "react-native",
18    "expo",
19    "expo-cellular"
20  ],
21  "repository": {
22    "type": "git",
23    "url": "https://github.com/expo/expo.git",
24    "directory": "packages/expo-cellular"
25  },
26  "bugs": {
27    "url": "https://github.com/expo/expo/issues"
28  },
29  "author": "650 Industries, Inc.",
30  "license": "MIT",
31  "homepage": "https://docs.expo.dev/versions/latest/sdk/cellular/",
32  "dependencies": {},
33  "devDependencies": {
34    "expo-module-scripts": "^3.0.0"
35  },
36  "peerDependencies": {
37    "expo": "*"
38  }
39}
40