react-native-joystick-latest
Version:
50 lines (49 loc) • 1.05 kB
JSON
{
"name": "react-native-joystick-latest",
"version": "0.0.3",
"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"
},
"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"
},
"dependencies": {
"react": "~19.1.0",
"react-native": "~0.80.2",
"react-native-gesture-handler": "^2.27.2"
},
"devDependencies": {
"typescript": "~4.3.5",
"@types/react": "^19.1.0"
}
}