@web3-vue-org2/openblock
Version:
Web3 Vue Connector for OpenBlock
33 lines (32 loc) • 735 B
JSON
{
"name": "@web3-vue-org2/openblock",
"version": "0.2.2",
"description": "Web3 Vue Connector for OpenBlock",
"author": "hoganhu <hhlsch@hotmail.com>",
"keywords": [
"web3-vue-org",
"openblock"
],
"license": "GPL-3.0-or-later",
"publishConfig": {
"access": "public"
},
"files": [
"dist/*"
],
"type": "commonjs",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
"exports": "./dist/index.js",
"scripts": {
"prebuild": "rm -rf dist",
"build": "tsc",
"start": "tsc --watch"
},
"dependencies": {
"@openblockhq/dappsdk": "^5",
"@web3-vue-org2/types": "^0.2.2",
"regenerator-runtime": "^0.13.11"
},
"gitHead": "85cce0511cfda20297a62d70834d5adb8943a12a"
}