-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
80 lines (80 loc) · 2.12 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "@transak/react-native-sdk",
"version": "2.0.4",
"description": "A React Native SDK for decentralised applications to onboard their global user base with fiat currency",
"type": "module",
"types": "lib/index.d.ts",
"main": "lib/index.cjs",
"exports": {
".": {
"import": {
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
},
"require": {
"types": "./lib/index.d.cts",
"default": "./lib/index.cjs"
}
}
},
"engines": {
"node": ">=18.0.0"
},
"packageManager": "pnpm@9.5.0+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903",
"files": [
"lib/**/*"
],
"scripts": {
"eslint": "eslint . --ext .ts,.tsx",
"eslint:fix": "pnpm eslint --fix",
"build": "tsc && tsup",
"prepack": "pnpm build",
"packDev": "pnpm pack"
},
"author": "Transak",
"license": "ISC",
"homepage": "https://docs.transak.com/docs/react-native-integration#transak-react-native-sdk",
"repository": {
"type": "git",
"url": "https://github.com/Transak/react-native-sdk"
},
"peerDependencies": {
"@react-native-community/netinfo": "*",
"@types/react": "*",
"react": "*",
"react-native": "*",
"react-native-inappbrowser-reborn": "*",
"react-native-webview": "*"
},
"dependencies": {
"pako": "^2.1.0",
"pusher-js": "^8.3.0",
"query-string": "^8.2.0"
},
"devDependencies": {
"@types/pako": "^2.0.3",
"@types/react": "^18.2.57",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-no-relative-import-paths": "^1.5.3",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.1.1",
"prettier": "^3.2.5",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
},
"keywords": [
"crypto",
"cryptocurrency",
"fiat",
"on",
"off",
"ramp",
"sdk",
"react-native"
]
}