windkit
Version:
A protocol for connecting Vexanium DApps to the Wind wallet, enabling secure communication and transaction signing.
34 lines • 781 B
JSON
{
"name": "windkit",
"version": "0.1.1",
"description": "A protocol for connecting Vexanium DApps to the Wind wallet, enabling secure communication and transaction signing.",
"repository": {
"type": "git",
"url": "git+https://github.com/windvex/windkit.git"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cryptocurrency",
"web3",
"dapp",
"walletconnect",
"windkit",
"web-rtc",
"peerjs",
"vexanium",
"vex",
"blockchain"
],
"license": "MIT",
"type": "module",
"dependencies": {
"@wharfkit/abicache": "^1.2.2",
"@wharfkit/antelope": "^1.0.13",
"@wharfkit/signing-request": "^3.2.0",
"pako": "^2.1.0",
"peerjs": "^1.5.4"
}
}