-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 866 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
{
"name": "react-native-otp-column",
"version": "1.0.4",
"description": "React Native Otp Columns",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kailashkumar210/react-native-otp-columns.git"
},
"keywords": [
"react-native-otp",
"otp-input",
"input-box"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kailashkumar210/react-native-otp-columns/issues"
},
"homepage": "https://github.com/kailashkumar210/react-native-otp-columns#readme",
"peerDependencies": {
"react": "18.1.0",
"react-native": "0.70.6"
},
"devDependencies": {
"babel-jest": "22.4.4",
"babel-preset-react-native": "4.0.0",
"jest": "22.4.4",
"react-test-renderer": "16.3.1"
}
}