-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 989 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 989 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
28
29
30
31
32
33
34
35
36
37
{
"name": "@retter/rn-sdk",
"version": "0.4.25",
"description": "React Native Client sdk for retter.io",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"bundle"
],
"repository": {
"type": "git",
"url": "git+https://github.com/rettersoft/retter-rn-sdk.git"
},
"bugs": {
"url": "https://github.com/rettersoft/retter-rn-sdk/issues"
},
"homepage": "https://github.com/rettersoft/retter-rn-sdk#readme",
"author": "Semih Ayhan",
"license": "ISC",
"dependencies": {
"@react-native-async-storage/async-storage": "^1.17.6",
"axios": "^0.24.0",
"buffer": "^6.0.3",
"firebase": "^9.6.2",
"jwt-decode": "^3.1.2",
"react-native-uuid": "^2.0.1"
},
"scripts": {
"build": "tsc"
},
"devDependencies": {
"@types/node": "^17.0.8",
"@types/uuid": "^9.0.2",
"typescript": "^4.5.4"
}
}