UNPKG

@lit-protocol/lit-node-client

Version:

This module is the main interface for interacting with the Lit Protocol network. It provides a robust client implementation that handles network communication, authentication, and node interactions in both browser and Node.js environments.

76 lines 2.25 kB
{ "name": "@lit-protocol/lit-node-client", "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/lit-node-client" }, "gitHead": "0d7334c2c55f448e91fe32f29edc5db8f5e09e4b", "tags": [ "universal" ], "browser": { "crypto": false, "stream": false }, "version": "7.1.3", "dependencies": { "@ethersproject/abi": "5.7.0", "@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/transactions": "5.7.0", "@ethersproject/wallet": "5.7.0", "@lit-protocol/accs-schemas": "^0.0.28", "@lit-protocol/contracts": "^0.0.74", "@openagenda/verror": "^3.1.4", "@walletconnect/ethereum-provider": "2.9.2", "ajv": "^8.12.0", "bech32": "^2.0.0", "cross-fetch": "3.1.8", "date-and-time": "^2.4.1", "depd": "^2.0.0", "ethers": "^5.7.1", "eventemitter3": "^5.0.1", "jose": "^4.14.4", "multiformats": "^9.7.1", "pako": "^2.1.0", "process": "0.11.10", "siwe": "^2.3.2", "siwe-recap": "0.0.2-alpha.0", "tweetnacl": "^1.0.3", "tweetnacl-util": "^0.15.1", "typestub-ipfs-only-hash": "^4.0.0", "util": "0.12.5", "@lit-protocol/access-control-conditions": "7.1.3", "@lit-protocol/auth-browser": "7.1.3", "@lit-protocol/auth-helpers": "7.1.3", "@lit-protocol/constants": "7.1.3", "@lit-protocol/contracts-sdk": "7.1.3", "@lit-protocol/core": "7.1.3", "@lit-protocol/crypto": "7.1.3", "@lit-protocol/lit-node-client-nodejs": "7.1.3", "@lit-protocol/logger": "7.1.3", "@lit-protocol/misc": "7.1.3", "@lit-protocol/misc-browser": "7.1.3", "@lit-protocol/nacl": "7.1.3", "@lit-protocol/types": "7.1.3", "@lit-protocol/uint8arrays": "7.1.3", "@lit-protocol/wasm": "7.1.3" }, "main": "./src/index.js" }