UNPKG

@walletconnect/utils

Version:
76 lines (75 loc) 2.33 kB
{ "name": "@walletconnect/utils", "description": "Utilities for WalletConnect Protocol", "version": "2.23.4", "author": "WalletConnect, Inc. <walletconnect.com>", "homepage": "https://github.com/walletconnect/walletconnect-monorepo/", "license": "SEE LICENSE IN LICENSE.md", "main": "dist/index.cjs", "module": "dist/index.js", "unpkg": "dist/index.umd.js", "types": "dist/types/index.d.ts", "sideEffects": false, "type": "module", "exports": { ".": { "types": "./dist/types/index.d.ts", "module": "./dist/index.js", "default": "./dist/index.cjs" } }, "files": [ "dist" ], "keywords": [ "wallet", "walletconnect" ], "scripts": { "clean": "rm -rf dist", "build:pre": "npm run clean", "build:types": "tsc", "build:source": "rollup --config rollup.config.js", "build": "npm run build:pre; npm run build:source; npm run build:types", "test:pre": "rm -rf ./test/test.db", "test:run": "vitest run --dir test", "test": "npm run test:pre; npm run test:run", "test:ignoreUnhandled": "npm run test:pre; npm run test:run -- --dangerouslyIgnoreUnhandledErrors", "lint": "eslint -c '../../.eslintrc' --fix './src/**/*.ts'", "prettier": "prettier --check '{src,test}/**/*.{js,ts,jsx,tsx}'" }, "dependencies": { "@msgpack/msgpack": "3.1.3", "@noble/ciphers": "1.3.0", "@noble/curves": "1.9.7", "@noble/hashes": "1.8.0", "@scure/base": "1.2.6", "@walletconnect/jsonrpc-utils": "1.0.8", "@walletconnect/keyvaluestorage": "1.1.1", "@walletconnect/logger": "3.0.2", "@walletconnect/relay-api": "1.0.11", "@walletconnect/relay-auth": "1.1.0", "@walletconnect/safe-json": "1.0.2", "@walletconnect/time": "1.0.2", "@walletconnect/types": "2.23.4", "@walletconnect/window-getters": "1.0.1", "@walletconnect/window-metadata": "1.0.1", "blakejs": "1.2.1", "bs58": "6.0.0", "detect-browser": "5.3.0", "ox": "0.9.3", "uint8arrays": "3.1.1" }, "devDependencies": { "@stablelib/x25519": "1.0.3", "@walletconnect/jsonrpc-types": "1.0.4" }, "repository": { "type": "git", "url": "git+https://github.com/WalletConnect/walletconnect-monorepo.git", "directory": "packages/utils" }, "publishConfig": { "provenance": true } }