-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
33 lines (33 loc) · 876 Bytes
/
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
{
"name": "react-native-detect-press-outside",
"version": "1.0.4",
"description": "a wrapper view help to detect when user press outside a child component by passing a ref to this component as a prop",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": ["lib"],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/cuongtranduc/react-native-detect-press-outside.git"
},
"keywords": [
"react-native",
"react-native-component",
"mobile",
"ios",
"android",
"detect-press-outside",
"react-native-detect-press-outside"
],
"author": "cuongtd",
"license": "MIT",
"devDependencies": {
"typescript": "^4.4.3",
"@types/react": "^17.0.27",
"@types/react-native": "^0.65.5"
},
"dependencies": {}
}