@walletconnect/universal-provider
Version:
Universal Provider for WalletConnect Protocol
68 lines (67 loc) • 2.06 kB
JSON
{
"name": "@walletconnect/universal-provider",
"description": "Universal Provider for WalletConnect Protocol",
"version": "2.23.9",
"author": "WalletConnect, Inc. <walletconnect.com>",
"homepage": "https://github.com/walletconnect/walletconnect-monorepo/",
"repository": {
"type": "git",
"url": "git+https://github.com/WalletConnect/walletconnect-monorepo.git",
"directory": "providers/universal-provider"
},
"type": "module",
"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",
"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/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": "3.0.2",
"@walletconnect/sign-client": "2.23.9",
"@walletconnect/types": "2.23.9",
"@walletconnect/utils": "2.23.9",
"es-toolkit": "1.44.0",
"events": "3.3.0"
},
"devDependencies": {
"ethers": "6.16.0",
"hardhat": "^3.1.4",
"uint8arrays": "3.1.1",
"wait-on": "9.0.1",
"web3": "4.16.0"
},
"publishConfig": {
"provenance": true
}
}