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
31 lines (31 loc) · 800 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 800 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
{
"name": "react-native-sim-data",
"version": "3.0.0",
"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": {
"compile": "tsc -p tsconfig.json",
"prepublishOnly": "npm run compile"
},
"typings": "index.d.ts",
"keywords": [
"react-component",
"react-native",
"android",
"device",
"sim",
"phone number"
],
"peerDependencies": {
"@types/react": "*",
"@types/react-native": "*",
"react": "*",
"react-native": "*"
},
"author": "Sergey Bushnyak <sergey.bushnyak@sigrlami.eu> (https://github.com/sigrlami)",
"license": "MIT"
}