@hashgraph/hedera-wallet-connect
Version:
A library to facilitate integrating Hedera with WalletConnect
48 lines (47 loc) • 1.3 kB
JSON
{
"name": "@hashgraph/hedera-wallet-connect",
"version": "2.0.4",
"description": "A library to facilitate integrating Hedera with WalletConnect",
"repository": {
"type": "git",
"url": "git+https://github.com/hashgraph/hedera-wallet-connect.git"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"author": "Hgraph <support@hgraph.com>",
"keywords": [
"hedera",
"walletconnect",
"reown",
"hashgraph",
"hbar",
"evm",
"smart contracts"
],
"license": "Apache-2.0",
"scripts": {
"build": "rimraf dist && tsc",
"watch": "nodemon --watch src/ --ext ts --exec \"npm run build\"",
"test": "jest --coverage",
"prepublishOnly": "rm -Rf dist && npm run test && npm run build",
"prettier:check": "prettier --check ./src/",
"prettier:fix": "prettier --write ./src/"
},
"peerDependencies": {
"@hashgraph/sdk": "^2.63.0",
"@reown/appkit": "1.8.10",
"@reown/appkit-controllers": "1.8.10",
"@reown/walletkit": "^1.2.8",
"@walletconnect/modal": "^2.7.0",
"ethers": "^6.13.5"
},
"devDependencies": {
"@swc/jest": "^0.2.37",
"@types/jest": "^30.0.0",
"jest": "^30.0.3",
"nodemon": "^3.1.10",
"prettier": "^3.5.3",
"ts-node": "^10.9.2",
"typescript": "^5.8.2"
}
}