UNPKG

@lit-protocol/auth-browser

Version:

Browser-specific authentication utilities for the Lit Protocol, enabling seamless connection to various blockchain networks including Ethereum, Cosmos, and Solana.

47 lines 1.28 kB
{ "name": "@lit-protocol/auth-browser", "license": "MIT", "homepage": "https://github.com/Lit-Protocol/js-sdk", "repository": { "type": "git", "url": "https://github.com/LIT-Protocol/js-sdk" }, "keywords": [ "library" ], "bugs": { "url": "https://github.com/LIT-Protocol/js-sdk/issues" }, "type": "commonjs", "publishConfig": { "access": "public", "directory": "../../dist/packages/auth-browser" }, "gitHead": "0d7334c2c55f448e91fe32f29edc5db8f5e09e4b", "tags": [ "browser" ], "version": "7.2.0", "dependencies": { "@ethersproject/abstract-provider": "5.7.0", "@ethersproject/bytes": "5.7.0", "@ethersproject/contracts": "5.7.0", "@ethersproject/providers": "5.7.2", "@ethersproject/strings": "5.7.0", "@ethersproject/wallet": "5.7.0", "@lit-protocol/accs-schemas": "^0.0.28", "@openagenda/verror": "^3.1.4", "ajv": "^8.12.0", "bech32": "^2.0.0", "depd": "^2.0.0", "ethers": "^5.7.1", "@lit-protocol/constants": "7.2.0", "@lit-protocol/logger": "7.2.0", "@lit-protocol/misc": "7.2.0", "@lit-protocol/misc-browser": "7.2.0", "@lit-protocol/types": "7.2.0", "@lit-protocol/uint8arrays": "7.2.0", "tslib": "1.14.1" }, "main": "./src/index.js" }