@vechain/connex-types
Version:
Standard interface to connect DApp with VeChain and user
28 lines (27 loc) • 600 B
JSON
{
"name": "@vechain/connex-types",
"version": "2.1.0",
"description": "Standard interface to connect DApp with VeChain and user",
"main": "",
"types": "index",
"files": [
"*.d.ts"
],
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/vechain/connex.git"
},
"keywords": [
"connex",
"vechain",
"dapp",
"blockchain"
],
"author": "qianbin",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/vechain/connex/issues"
},
"homepage": "https://github.com/vechain/connex/tree/master/packages/types/#readme"
}