@web3-wallet/core
Version:
web3-wallet core
42 lines • 1.06 kB
JSON
{
"name": "@web3-wallet/core",
"description": "web3-wallet core",
"version": "2.4.1",
"keywords": [
"web3-wallet",
"web3",
"ethereum"
],
"author": "logan <logan.luo@crypto.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/web3-wallet/web3-wallet.git"
},
"publishConfig": {
"access": "public"
},
"files": [
"dist",
"src"
],
"types": "./dist/esm/index.d.ts",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"dependencies": {
"@ethersproject/address": "^5.7.0",
"zustand": "^4.3.5",
"@web3-wallet/detect-provider": "2.4.1"
},
"bugs": {
"url": "https://github.com/web3-wallet/web3-wallet/issues"
},
"homepage": "https://github.com/web3-wallet/web3-wallet#readme",
"scripts": {
"lint": "eslint src",
"fix": "eslint src --fix",
"ts-check": "tsc --noEmit",
"watch": "chokidar 'src/**/*.ts' -c 'pnpm -wc exec turbo run build --filter=core'",
"build": "tsc;tsc --module commonjs --outDir dist/cjs"
}
}