wallet-collect
Version:
A dapp wallet provider
67 lines (66 loc) • 1.45 kB
JSON
{
"files": [
"lib/**/*"
],
"license": "ISC",
"version": "1.0.6",
"author": "Yance",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"name": "wallet-collect",
"description": "A dapp wallet provider",
"homepage": "https://github.com/yance-zhang/Wallet-collection#readme",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"wax",
"dapp",
"waxio",
"waxjs",
"wallet",
"sollet",
"portis",
"ethers",
"phantom",
"provider",
"metamask",
"ethers.js",
"fortmatic",
"blockchain",
"walletlink",
"walletconnect",
"solana",
"solana-web3",
"solana-web3.js",
"solana/web3.js",
"@solana/web3.js"
],
"bugs": {
"url": "https://github.com/yance-zhang/Wallet-collection/issues"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/yance-zhang/Wallet-collection.git"
},
"dependencies": {
"@harmony-js/core": "^0.1.57",
"@onflow/fcl": "^0.0.78",
"@portis/web3": "^4.0.6",
"@project-serum/sol-wallet-adapter": "^0.2.6",
"@solana/web3.js": "^1.31.0",
"@walletconnect/web3-provider": "^1.6.6",
"@waxio/waxjs": "^1.0.4",
"ethers": "^5.5.2",
"fortmatic": "^2.2.1",
"near-api-js": "^0.44.2",
"walletlink": "^2.1.11"
},
"devDependencies": {
"typescript": "^4.4.4"
},
"directories": {
"lib": "lib"
}
}