-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 950 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 950 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
33
34
35
36
{
"name": "react-native-select-component",
"version": "0.0.8",
"description": "A customizable select dropdown component for React Native.",
"repository": {
"type": "git",
"url": "https://github.com/Huzaifa-code/react-native-select-component"
},
"homepage": "https://github.com/Huzaifa-code/react-native-select-component#readme",
"bugs": {
"url": "https://github.com/Huzaifa-code/react-native-select-component/issues"
},
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"react-native-easy-select",
"dropdown",
"rn-easy-select",
"custom-select"
],
"author": "Huzaifa Qureshi",
"license": "MIT",
"devDependencies": {
"@types/react": "^18.3.12",
"typescript": "^5.6.3"
},
"peerDependencies": {
"react": ">=18.0.0",
"react-native": ">=0.70.0"
},
"dependencies": {}
}