-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.15 KB
/
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
40
41
42
43
44
45
46
47
48
{
"name": "rn-code-input",
"version": "0.0.4",
"description": "React-Native Code input implementation",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/"
],
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-native": "^0.73.0",
"react": "^18.3.1",
"react-native": "^0.74.4",
"typescript": "^5.5.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"homepage": "https://github.com/usmangurowa/rn-code-input#readme",
"bugs": {
"url": "https://github.com/usmangurowa/rn-code-input/issues",
"email": "usmanhassangu@gmail.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/usmangurowa/rn-code-input.git"
},
"keywords": [
"react-native code input",
"react-native otp",
"otp input",
"react",
"react-native"
],
"author": "Usman Hassan",
"contributors": [
{
"name": "Usman Hassan",
"email": "usmanhassangu@gmail.com",
"url": "https://github.com/usmangurowa",
"twitter": "https://twitter.com/usmangurowa"
}
],
"license": "ISC",
"dependencies": {}
}