UNPKG

@btc-vision/walletconnect

Version:

The OP_NET Wallet Connect library helps your dApp connect to any compatible wallet.

97 lines (96 loc) 2.77 kB
{ "name": "@btc-vision/walletconnect", "type": "module", "version": "1.3.9", "author": "impredmet", "description": "The OP_NET Wallet Connect library helps your dApp connect to any compatible wallet.", "engines": { "node": ">=20.0.0" }, "exports": { ".": { "browser": "./browser/index.js", "import": "./build/index.js", "require": "./build/index.js", "types": "./build/index.d.ts" }, "./browser": { "import": "./browser/index.js", "require": "./browser/index.js", "types": "./browser/index.d.ts" } }, "browser": { "./build/index.d.ts": "./browser/index.d.ts", "./build/index.js": "./browser/index.js", "Buffer": "buffer", "crypto": "./src/crypto/crypto-browser.js", "stream": "stream-browserify", "zlib": "browserify-zlib" }, "homepage": "https://opnet.org", "keywords": [ "opnet", "bsi", "bsi-binary", "bsi-bitcoin-rpc", "walletconnect", "wallet", "connect", "bitcoin", "btc", "bitcoin smart contracts", "smart inscriptions", "ordinals" ], "license": "MIT", "main": "build/index.js", "types": "build/index.d.ts", "typings": "build/index.d.ts", "module": "build/index.js", "publishConfig": { "access": "public", "tag": "latest" }, "repository": { "type": "git", "url": "git://github.com/btc-vision/walletconnect.git" }, "scripts": { "watch": "gulp watch", "build": "gulp build", "setup": "npm i && npm run build", "browserBuild": "webpack --mode production" }, "peerDependencies": { "react": "^19", "react-dom": "^19" }, "devDependencies": { "@babel/preset-env": "^7.27.2", "@babel/preset-react": "^7.27.1", "@babel/preset-typescript": "^7.27.1", "@types/react": "^19.1.8", "gulp": "^5.0.1", "gulp-cached": "^1.1.1", "gulp-typescript": "^6.0.0-alpha.1", "https-browserify": "^1.0.0", "os-browserify": "^0.3.0", "react": "^19.1.0", "react-dom": "^19.1.0", "stream-browserify": "^3.0.0", "stream-http": "^3.2.0", "typescript-eslint": "^8.34.1", "webpack-cli": "^6.0.1" }, "dependencies": { "@btc-vision/bitcoin": "^6.4.6", "@btc-vision/transaction": "^1.5.4", "@eslint/js": "^9.29.0", "gulp-clean": "^0.4.0", "gulp-eslint-new": "^2.4.0", "gulp-logger-new": "^1.0.1", "opnet": "^1.5.12", "webpack": "^5.99.9" } }