-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 682 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 682 Bytes
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
{
"name": "@toruslabs/customauth-react-native-sdk",
"version": "4.0.1",
"description": "React Native sdk for CustomAuth",
"scripts": {
"release": "release-it",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"torus",
"custom auth"
],
"author": "Chaitanya Potti",
"license": "MIT",
"peerDependencies": {
"react-native": "*"
},
"devDependencies": {
"react-native": "^0.68.2",
"release-it": "^15.5.1"
},
"bugs": {
"url": "https://github.com/torusresearch/customauth-react-native-sdk/issues"
},
"homepage": "https://github.com/torusresearch/customauth-react-native-sdk#readme"
}