UNPKG

@walletconnect/universal-provider

Version:
64 lines (63 loc) 1.99 kB
{ "name": "@walletconnect/universal-provider", "description": "Universal Provider for WalletConnect Protocol", "version": "2.21.3", "author": "WalletConnect, Inc. <walletconnect.com>", "homepage": "https://github.com/walletconnect/walletconnect-monorepo/", "repository": { "type": "git", "url": "https://github.com/walletconnect/walletconnect-monorepo", "directory": "packages/universal-provider" }, "license": "Apache-2.0", "main": "dist/index.cjs.js", "module": "dist/index.es.js", "unpkg": "dist/index.umd.js", "types": "dist/types/index.d.ts", "exports": { ".": { "types": "./dist/types/index.d.ts", "module": "./dist/index.es.js", "default": "./dist/index.cjs.js" } }, "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/tmp && mkdir ./test/tmp", "test": "npm run test:pre; vitest run --dir test", "lint": "eslint -c '../../.eslintrc' --fix './src/**/*.ts'", "prettier": "prettier --check '{src,test}/**/*.{js,ts,jsx,tsx}'" }, "dependencies": { "@walletconnect/events": "1.0.1", "@walletconnect/jsonrpc-http-connection": "1.0.8", "@walletconnect/jsonrpc-provider": "1.0.14", "@walletconnect/jsonrpc-types": "1.0.4", "@walletconnect/jsonrpc-utils": "1.0.8", "@walletconnect/keyvaluestorage": "1.1.1", "@walletconnect/logger": "2.1.2", "@walletconnect/sign-client": "2.21.3", "@walletconnect/types": "2.21.3", "@walletconnect/utils": "2.21.3", "es-toolkit": "1.39.3", "events": "3.3.0" }, "devDependencies": { "cosmos-wallet": "1.2.0", "ethereum-test-network": "0.1.6", "ethers": "5.7.0", "uint8arrays": "3.0.0", "web3": "1.7.5" } }