forked from anday013/react-native-otp-entry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.05 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
{
"name": "react-native-otp-entry",
"version": "1.1.8",
"description": "A fully modifiable OTP input Component for React Native",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "git@github.com:anday2000/react-native-otp-entry.git",
"scripts": {
"test": "jest .",
"test:watch": "jest --watch",
"test:coverage": "jest --collectCoverage --coverageDirectory=\"./coverage\"",
"build": "tsc"
},
"keywords": [
"react-native",
"react native",
"rn",
"anday",
"anday013",
"anday2000",
"otp",
"react",
"otp",
"input",
"rn",
"otp",
"entry"
],
"author": "anday013 <anday.ismayilzada@gmail.com>",
"license": "MIT",
"devDependencies": {
"@testing-library/jest-native": "^5.4.3",
"@testing-library/react-native": "^12.3.0",
"@types/jest": "^29.5.4",
"@types/react": "^18.2.12",
"jest": "^29.7.0",
"prettier": "^3.0.2",
"react": "18.2.0",
"react-native": "0.71.8",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.3"
}
}