forked from GeorgeHop/react-native-country-codes-picker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.08 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
{
"name": "react-native-country-codes-picker",
"version": "2.2.2",
"description": "This lib. provide country iso picker with search functionality",
"main": "index.tsx",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GeorgeHop/react-native-country-codes-picker.git"
},
"keywords": [
"react-native",
"react",
"native",
"country",
"picker",
"codes",
"search",
"animated"
],
"author": "George Hope",
"license": "ISC",
"bugs": {
"url": "https://github.com/GeorgeHop/react-native-country-codes-picker/issues"
},
"contributors": [
{
"name": "Mutovkin Yurii",
"email": "georgehopekek@gmail.com",
"url": "https://github.com/GeorgeHop"
}
],
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"@types/react": "~18.0.0",
"@types/react-native": "~0.69.1",
"typescript": "^4.8.2"
},
"homepage": "https://github.com/GeorgeHop/react-native-country-codes-picker#readme"
}