-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
39 lines (39 loc) · 1017 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
37
38
39
{
"name": "@junctiontv/react-native-on-screen-keyboard",
"version": "1.0.5",
"description": "On Screen Keyboard for React Native",
"main": "src/index.js",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JunctionTV/react-native-on-screen-keyboard.git"
},
"keywords": [
"react",
"native",
"onscreen",
"keyboard"
],
"author": "Mohammed Khateeb Kamran",
"license": "MIT",
"bugs": {
"url": "https://github.com/JunctionTV/react-native-on-screen-keyboard/issues"
},
"homepage": "https://github.com/JunctionTV/react-native-on-screen-keyboard#readme",
"peerDependencies": {
"react": "^17.0.2",
"react-native": "^0.64.1"
},
"devDependencies": {
"babel-jest": "^26.6.3",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.66.0",
"react-test-renderer": "^17.0.2"
},
"jest": {
"preset": "react-native"
}
}