|
8 | 8 | "main": "./bin/index.js", |
9 | 9 | "module": "./bin/index.mjs", |
10 | 10 | "types": "./bin/index.d.ts", |
| 11 | + "exports": { |
| 12 | + ".": { |
| 13 | + "types": "./bin/index.d.ts", |
| 14 | + "import": "./bin/index.mjs", |
| 15 | + "require": "./bin/index.js" |
| 16 | + } |
| 17 | + }, |
11 | 18 | "files": [ |
12 | 19 | "bin/**/*" |
13 | 20 | ], |
|
37 | 44 | "dependencies": { |
38 | 45 | "@gnolang/gno-js-client": "1.4.2", |
39 | 46 | "@gnolang/tm2-js-client": "1.3.1", |
40 | | - "@web3auth/auth-adapter": "^9.5.3", |
41 | | - "@web3auth/base": "^9.5.3", |
42 | | - "@web3auth/base-provider": "^9.5.3", |
43 | | - "@web3auth/no-modal": "^9.5.3", |
44 | | - "@web3auth/openlogin-adapter": "^8.12.4" |
| 47 | + "@noble/curves": "1.9.4", |
| 48 | + "@noble/hashes": "1.8.0", |
| 49 | + "@scure/bip32": "1.7.0", |
| 50 | + "@scure/bip39": "1.6.0", |
| 51 | + "@web3auth/auth-adapter": "9.5.3", |
| 52 | + "@web3auth/base": "9.5.3", |
| 53 | + "@web3auth/base-provider": "9.5.3", |
| 54 | + "@web3auth/no-modal": "9.5.3", |
| 55 | + "@web3auth/openlogin-adapter": "8.12.4", |
| 56 | + "ethereum-cryptography": "3.2.0" |
45 | 57 | }, |
46 | 58 | "devDependencies": { |
47 | | - "@bufbuild/protobuf": "^2.2.3", |
48 | | - "@types/eslint": "^9", |
49 | | - "@types/jest": "^29.5.12", |
50 | | - "@types/node": "^22.0.0", |
51 | | - "@typescript-eslint/eslint-plugin": "^8.2.0", |
52 | | - "@typescript-eslint/parser": "^8.2.0", |
53 | | - "eslint": "^9.8.0", |
54 | | - "eslint-config-prettier": "^9.1.0", |
55 | | - "jest": "^29.7.0", |
56 | | - "prettier": "^3.3.3", |
57 | | - "ts-jest": "^29.2.3", |
58 | | - "ts-node": "^10.9.2", |
59 | | - "tsup": "^8.2.3", |
60 | | - "typescript": "^5.5.4" |
| 59 | + "@bufbuild/protobuf": "2.2.3", |
| 60 | + "@types/eslint": "9", |
| 61 | + "@types/jest": "29.5.12", |
| 62 | + "@types/node": "22.0.0", |
| 63 | + "@typescript-eslint/eslint-plugin": "8.2.0", |
| 64 | + "@typescript-eslint/parser": "8.2.0", |
| 65 | + "eslint": "9.8.0", |
| 66 | + "eslint-config-prettier": "9.1.0", |
| 67 | + "jest": "29.7.0", |
| 68 | + "prettier": "3.3.3", |
| 69 | + "ts-jest": "29.2.3", |
| 70 | + "ts-node": "10.9.2", |
| 71 | + "tsup": "8.2.3", |
| 72 | + "typescript": "5.5.4" |
61 | 73 | } |
62 | 74 | } |
0 commit comments