UNPKG

@btc-vision/walletconnect

Version:

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

86 lines (85 loc) 2.33 kB
{ "name": "@btc-vision/walletconnect", "type": "module", "version": "1.10.6", "author": "OP_NET", "description": "The OP_NET Wallet Connect library helps your dApp connect to any compatible wallet.", "engines": { "node": ">=24.0.0" }, "exports": { ".": { "types": "./build/index.d.ts", "import": "./build/index.js", "default": "./build/index.js" } }, "files": [ "build", "LICENSE", "README.md" ], "homepage": "https://opnet.org", "keywords": [ "opnet", "bsi", "bsi-binary", "bsi-bitcoin-rpc", "walletconnect", "wallet", "connect", "bitcoin", "btc", "bitcoin smart contracts", "smart inscriptions", "ordinals" ], "license": "Apache-2.0", "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": { "build": "eslint src && tsc && mkdir -p build/utils && cp src/utils/*.css build/utils/", "watch": "tsc --watch", "setup": "npm i && npm run build", "lint": "eslint src", "check:circular": "madge --circular --extensions ts,tsx src/", "prebuild": "npm run check:circular" }, "devDependencies": { "@eslint/js": "^10.0.1", "@types/react": "^19.2.14", "eslint": "^10.1.0", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.5.2", "madge": "^8.0.0", "react": "^19.2.4", "react-dom": "^19.2.4", "typescript": "6.0.2", "typescript-eslint": "^8.58.0" }, "dependencies": { "@btc-vision/bip32": "^7.1.2", "@btc-vision/bitcoin": "^7.0.0", "@btc-vision/ecpair": "^4.0.5", "@btc-vision/transaction": "^1.8.5", "opnet": "^1.8.13" }, "overrides": { "eslint-plugin-react-hooks": { "eslint": "$eslint" }, "madge": { "typescript": "$typescript" } } }