-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
77 lines (77 loc) · 2.04 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
{
"name": "@web3auth/react-native-sdk",
"version": "8.1.0",
"description": "Web3Auth SDK that supports Bare (Standalone) and Expo React Native apps.",
"sideEffects": false,
"main": "dist/lib.cjs/index.js",
"module": "dist/lib.esm/index.js",
"source": "src/index.ts",
"types": "dist/types/index.d.ts",
"files": [
"dist"
],
"scripts": {
"release": "torus-scripts release",
"start": "torus-scripts start",
"build": "torus-scripts build",
"lint:ts": "eslint --fix 'src/**/*.ts'",
"prepack": "npm run build",
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "git+https://github.com/web3auth/web3auth-react-native-sdk.git"
},
"author": "Web3Auth",
"license": "ISC",
"bugs": {
"url": "https://github.com/web3auth/web3auth-react-native-sdk/issues"
},
"homepage": "https://github.com/web3auth/web3auth-react-native-sdk#readme",
"keywords": [
"expo",
"react-native",
"torus",
"web3",
"web3auth"
],
"dependencies": {
"@toruslabs/constants": "^14.0.0",
"@toruslabs/http-helpers": "^7.0.0",
"@toruslabs/session-manager": "^3.1.0",
"@web3auth/auth": "^9.4.1",
"buffer": "^6.0.3",
"lodash.clonedeep": "^4.5.0",
"lodash.merge": "^4.6.2",
"loglevel": "^1.9.2",
"react-native-url-polyfill": "^2.0.0",
"urijs": "^1.19.11"
},
"peerDependencies": {
"@babel/runtime": "^7.x",
"react-native": "*"
},
"devDependencies": {
"@babel/runtime": "^7.26.0",
"@toruslabs/config": "^2.2.0",
"@toruslabs/eslint-config-typescript": "3.3.4",
"@toruslabs/torus-scripts": "^6.1.5",
"@types/lodash.clonedeep": "^4.5.9",
"@types/lodash.merge": "^4.6.9",
"@types/node": "^22",
"@types/react-native": "^0.72.8",
"@types/urijs": "^1.19.25",
"@web3auth/base": "^9.3.0",
"eslint": "^8.53.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"react-native": "~0.75.3",
"rimraf": "^6.0.1",
"typescript": "^5.6.3"
},
"engines": {
"node": ">=18.x",
"npm": ">=9.x"
}
}