forked from genyaonipko/react-native-sms-user-consent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 1.23 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
{
"name": "@cleartax/react-native-sms-user-consent",
"version": "1.1.3",
"description": "This page describes how to use the SMS User Consent API to request user consent to read a single SMS verification message. If the user consents, the API returns the text of the message, from which you can get the verification code and complete the verification process.",
"main": "index",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"deployGithubOnly": "npm --no-git-tag-version version patch && git add . && git commit -am \"Next Version\" && git push --force",
"deploy": "npm --no-git-tag-version version patch && git add . && git commit -am \"Next Version\" && git push && npm publish"
},
"keywords": [
"react-native"
],
"author": "Sony Venkatesh",
"license": "MIT",
"peerDependencies": {
"react-native": "^0.41.2"
},
"publishConfig": {
"repository": "https://npm.pkg.github.com/@cleartax"
},
"repository": {
"type": "git",
"url": "https://github.com/ClearTax/react-native-sms-user-consent.git"
},
"bugs": {
"url": "https://github.com/ClearTax/react-native-sms-user-consent/issues"
},
"homepage": "https://github.com/ClearTax/react-native-sms-user-consent#readme"
}