-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) 路 1.49 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) 路 1.49 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "expo-phone-number-hint",
"version": "0.6.0",
"description": "Expo module wrapping Google's Phone Number Hint API, provides a frictionless way to show a user's (SIM-based) phone numbers as a hint.",
"main": "build/index.js",
"types": "build/index.d.ts",
"sideEffects": false,
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"prepare": "expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module"
},
"keywords": [
"expo",
"react-native",
"expo-module",
"android",
"phone-number",
"phone-hint",
"phone-number-hint",
"google-play-services",
"play-services-auth",
"google-identity",
"autofill",
"login",
"sign-up",
"onboarding",
"sim"
],
"repository": {
"type": "git",
"url": "git+https://github.com/shubh73/expo-phone-number-hint.git"
},
"bugs": {
"url": "https://github.com/shubh73/expo-phone-number-hint/issues"
},
"author": "Shubh Porwal (https://github.com/shubh73)",
"license": "MIT",
"homepage": "https://github.com/shubh73/expo-phone-number-hint#readme",
"dependencies": {},
"devDependencies": {
"@types/react": "~19.2.10",
"expo": "~55.0.12",
"expo-module-scripts": "^55.0.2",
"expo-modules-core": "~55.0.21",
"react-native": "0.83.4"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
}
}