veniamin
Version:
Monorepo for WalletConnect
31 lines (30 loc) • 718 B
JSON
{
"name": "example",
"description": "WalletConnect Static Example",
"version": "1.0.0",
"private": true,
"main": "server.js",
"dependencies": {
"express": "^4.17.1",
"open": "^6.3.0"
},
"scripts": {
"start": "node server.js"
},
"keywords": [
"walletconnect",
"ethereum",
"web3",
"crypto"
],
"author": "WalletConnect <walletconnect.org>",
"homepage": "https://github.com/WalletConnect/walletconnect-monorepo/tree/v1.0.0-beta",
"license": "LGPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/walletconnect/walletconnect-monorepo.git"
},
"bugs": {
"url": "https://github.com/walletconnect/walletconnect-monorepo/issues"
}
}