forked from pocesar/react-native-sim-data
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 784 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 784 Bytes
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
{
"name": "react-native-sim-data",
"version": "2.0.3",
"description": "React Native plugin to get the device's SIM data (carrier name, mcc mnc, country code, phone number, etc)",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/pocesar/react-native-sim-data"
},
"scripts": {
"prepublishOnly": "tsc -p tsconfig.json"
},
"typings": "index.d.ts",
"keywords": [
"react-component",
"react-native",
"ios",
"android",
"device",
"sim",
"phone number"
],
"optionalDependencies": {
"@types/react-native": "*"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"author": "Sergey Bushnyak <sergey.bushnyak@sigrlami.eu> (https://github.com/sigrlami)",
"license": "MIT"
}