forked from rheng001/react-native-wheel-scrollview-picker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 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
{
"name": "react-native-wheel-scrollview-picker",
"version": "1.2.3",
"description": "A pure js picker for React Native",
"main": "index.tsx",
"scripts": {
"test": "echo \"No test specified\"",
"prepublish": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rheng001/react-native-wheel-scrollview-picker.git"
},
"keywords": [
"picker",
"wheel",
"react-native",
"react-native-picker"
],
"author": "rheng001",
"license": "MIT",
"bugs": {
"url": "https://github.com/rheng001/react-native-wheel-scrollview-picker/issues"
},
"homepage": "https://github.com/rheng001/react-native-wheel-scrollview-picker#readme",
"peerDependencies": {
"@types/react": "*",
"@types/react-native": "*",
"react": "*",
"react-native": "*",
"typescript": "*"
},
"devDependencies": {
"@types/react": "^17.0.15",
"@types/react-native": "^0.64.12",
"react": "^17.0.2",
"react-native": "^0.64.2",
"typescript": "^4.3.5"
},
"types": "index.d.ts"
}