{
  "name": "@web3-wallet/vue",
  "description": "web3-wallet vue",
  "private": true,
  "keywords": [
    "web3-wallet",
    "vue",
    "vue3"
  ],
  "version": "0.9.15",
  "author": "logan <logan.luo@crypto.com>",
  "license": "MIT",
  "files": [
    "dist",
    "src"
  ],
  "types": "./dist/esm/index.d.ts",
  "main": "./dist/cjs/index.js",
  "module": "./dist/esm/index.js",
  "scripts": {
    "build": "tsc;tsc --module commonjs --outDir dist/cjs",
    "watch": "chokidar 'src/**/*.ts' -c 'pnpm -wc exec turbo run build --filter=vue'",
    "lint": "eslint src",
    "fix": "eslint src --fix",
    "ts-check": "tsc --noEmit"
  },
  "dependencies": {
    "@web3-wallet/core": "workspace:*"
  },
  "peerDependencies": {
    "vue": "^3.2.13"
  },
  "optionalDependencies": {
    "@ethersproject/networks": "^5.7.0",
    "@ethersproject/providers": "^5.7.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/web3-wallet/web3-wallet.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "bugs": {
    "url": "https://github.com/web3-wallet/web3-wallet/issues"
  },
  "homepage": "https://github.com/web3-wallet/web3-wallet#readme"
}
