-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.26 KB
/
package.json
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
{
"name": "react-native-international-phone-number",
"author": "AstrOOnauta (https://github.com/AstrOOnauta)",
"version": "0.7.6",
"description": "International mobile phone input component with mask for React Native",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mobile",
"ios",
"android",
"react-native",
"expo",
"components",
"typescript",
"react-hook-form",
"mask-input",
"phone-input",
"international-number-phone",
"picker",
"country-picker",
"country",
"flag",
"custom-lib",
"codes",
"search",
"animated",
"input"
],
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/AstrOOnauta/react-native-international-phone-number.git"
},
"bugs": {
"url": "https://github.com/AstrOOnauta/react-native-international-phone-number/issues"
},
"homepage": "https://github.com/AstrOOnauta/react-native-international-phone-number",
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"dependencies": {
"react-native-country-codes-picker": "2.3.4"
},
"devDependencies": {
"metro-react-native-babel-preset": "^0.61.0"
}
}