UNPKG

@lit-protocol/auth-helpers

Version:

This submodule manages permissions and capabilities related to accessing specific resources on the blockchain. It utilizes features from the 'siwe' and 'siwe-recap' libraries to verify and handle data, allowing users to encode and decode session capabilit

59 lines 1.56 kB
{ "name": "@lit-protocol/auth-helpers", "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-helpers" }, "gitHead": "0d7334c2c55f448e91fe32f29edc5db8f5e09e4b", "tags": [ "universal" ], "browser": { "crypto": false, "stream": false }, "version": "8.2.0", "main": "./src/index.js", "typings": "./src/index.d.ts", "dependencies": { "@ethersproject/contracts": "5.7.0", "@ethersproject/providers": "5.7.0", "@ethersproject/transactions": "5.7.0", "@openagenda/verror": "3.1.4", "@t3-oss/env-core": "0.13.8", "@typechain/ethers-v6": "0.5.1", "@wagmi/core": "2.22.1", "ethers": "5.7.2", "pino": "9.6.0", "siwe": "2.3.2", "siwe-recap": "0.0.2-alpha.0", "tslib": "2.8.1", "typechain": "8.3.2", "zod": "3.24.3", "zod-validation-error": "3.4.0", "@lit-protocol/access-control-conditions": "8.0.2", "@lit-protocol/access-control-conditions-schemas": "8.0.2", "@lit-protocol/constants": "9.0.0", "@lit-protocol/contracts": "0.9.0", "@lit-protocol/logger": "8.0.2", "@lit-protocol/schemas": "8.0.2", "@lit-protocol/types": "8.0.2" }, "peerDependencies": { "viem": "2.38.3" }, "types": "./src/index.d.ts" }