-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 843 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
34
35
36
{
"name": "react-native-events-hooks",
"version": "1.0.4",
"description": "Works with events into React Native",
"main": "index.ts",
"scripts": {
"test": "node"
},
"repository": {
"type": "git",
"url": "git+https://github.com/visiongroupnyc/react-native-events-hooks.git"
},
"keywords": [
"react",
"native",
"events",
"context",
"hooks"
],
"author": {
"name": "César Casas",
"email": "cesarcasas@bsdsolutions.com.ar",
"url": "https://linkedin.com/in/cesarcasas"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/visiongroupnyc/react-native-events-hooks/issues"
},
"homepage": "https://github.com/visiongroupnyc/react-native-events-hooks#readme",
"dependencies": {
"react": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.75"
}
}