-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
51 lines (51 loc) · 1.34 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
49
50
51
{
"name": "@eabdullazyanov/react-native-sms-user-consent",
"title": "React Native Sms User Consent",
"version": "1.2.1",
"description": "React Native wrapper for Android's SMS User Consent API, ready to use in React Native apps with minimum effort",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/akvelon/react-native-sms-user-consent.git",
"baseUrl": "https://github.com/akvelon/react-native-sms-user-consent"
},
"keywords": [
"react-native",
"android",
"otp",
"one time",
"verification",
"code",
"mobile",
"2fa",
"two factor",
"auth",
"authentication"
],
"bugs": {
"url": "https://github.com/akvelon/react-native-sms-user-consent/issues",
"email": "[email protected]"
},
"author": {
"name": "Eldar Abdullazyanov",
"email": "[email protected]"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": "^16 || ^17 || ^18",
"react-native": ">=0.66.5 <1.0.x"
},
"devDependencies": {
"@react-native-community/eslint-config": "^3",
"eslint": "^8",
"prettier": "^3",
"react": "^17",
"react-native": "^0.66.5"
}
}