-
Notifications
You must be signed in to change notification settings - Fork 59
/
Copy pathpackage.json
39 lines (39 loc) · 935 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": "react-native-otp-textinput",
"version": "1.1.6",
"description": "Textview usable for OTP implementation",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"watch:build": "tsc --watch",
"prepare": "npm run build"
},
"keywords": [
"react-native",
"react-native-component",
"otp",
"react-component",
"ios",
"android",
"otp-input"
],
"repository": {
"type": "git",
"url": "git@github.com:naveenvignesh5/react-native-otp-textinput.git"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"author": "Naveen Vignesh.B <naveenvignesh5.nv@gmail.com>",
"license": "MIT",
"devDependencies": {
"react": "18.2.0",
"react-native": "0.73.5",
"@types/react": "18.2.79",
"typescript": "5.3.3"
},
"packageManager": "yarn@1.22.19"
}