-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 861 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 861 Bytes
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
{
"name": "react-native-input-keyboard",
"version": "1.0.2",
"keywords": [
"react",
"react-native",
"input",
"keyboard",
"avoiding"
],
"license": "MIT",
"repository": "https://github.com/caioedut/react-native-input-keyboard",
"author": {
"name": "Caio Teixeira",
"email": "caioedut@gmail.com"
},
"files": [
"dist"
],
"main": "dist/index.js",
"scripts": {
"example": "tsx scripts/example.ts",
"test": "tsx scripts/test.ts",
"build": "tsx scripts/build.ts",
"publish:stable": "tsx scripts/publish.ts"
},
"devDependencies": {
"@types/react": "^18.2.17",
"pmex": "^2.0.15",
"prettier": "^3.0.0",
"react": "^18.2.0",
"react-native": "^0.72.3",
"tsx": "^3.12.7",
"typescript": "^5.1.6"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
}
}