UNPKG

reiciendisenim

Version:

A simple, maximally extensible, dependency minimized framework for building modern Ethereum dApps

50 lines (49 loc) 1.1 kB
{ "name": "@web3-vue3/core", "publishConfig": { "access": "public" }, "version": "0.1.1", "description": "A simple framework for building modern Ethereum dApps", "keywords": [ "vue", "vue3", "ethereum", "javascript", "typescript", "web3", "context", "frontend", "dapp" ], "author": "Baiyuntao <yuntaobai@163.com>", "repository": { "type": "git", "url": "git://github.com/yuntaoBai/web3-vue.git" }, "main": "dist/index.js", "module": "dist/core.esm.js", "typings": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "start": "tsdx watch", "build": "tsdx build", "test": "tsdx test --env=jsdom", "lint": "tsdx lint src test" }, "dependencies": { "@ethersproject/keccak256": "^5.7.0", "@web3-vue3/abstract-connector": "^0.1.0", "@web3-vue3/types": "^0.1.0", "tiny-invariant": "^1.0.6", "tiny-warning": "^1.0.3", "web3": "^1.8.0" }, "peerDependencies": { "vue": ">=3.2.36" }, "license": "GPL-3.0-or-later", "gitHead": "a69d187bb62727e8a0231c60c4fc5e9f733c73dc" }