-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.11 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.11 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
{
"name": "@korsolutions/react-native-joystick",
"version": "2.0.1",
"description": "React Native Joystick",
"license": "MIT",
"files": [
"lib"
],
"types": "lib/index.d.ts",
"main": "lib/index.js",
"homepage": "https://github.com/korsoftwaresolutions/react-native-joystick",
"repository": {
"type": "git",
"url": "https://github.com/korsoftwaresolutions/react-native-joystick.git"
},
"bugs": {
"url": "https://github.com/korsoftwaresolutions/react-native-joystick/issues"
},
"author": {
"email": "ion@korol.dev",
"name": "Ion Korol",
"url": "https://korsolutions.net"
},
"keywords": [
"react",
"native",
"expo",
"touch",
"gesture",
"event",
"tool",
"game",
"joystick",
"nipple",
"pad"
],
"directories": {
"lib": "lib",
"example": "example"
},
"scripts": {
"prepublish": "tsc",
"build": "tsc --project tsconfig.build.json"
},
"peerDependencies": {
"react": "18.2.0",
"react-native": "0.72.6",
"react-native-gesture-handler": "~2.12.0"
},
"devDependencies": {
"typescript": "~4.3.5"
}
}