{
  "name": "@vuechain/vue-ethers",
  "version": "0.1.12",
  "main": "./lib/hooks/",
  "repository": {
    "type": "git",
    "url": "https://github.com/VueChain/vue-ethers"
  },
  "license": "MIT",
  "scripts": {
    "dev": "vite",
    "build": "vue-tsc --noEmit && vite build",
    "build-lib": "tsc",
    "preview": "vite preview"
  },
  "dependencies": {
    "ethers": "^5.5.3",
    "vue": "^3.2.25"
  },
  "devDependencies": {
    "@vitejs/plugin-vue": "^2.0.0",
    "tsc": "^2.0.4",
    "typescript": "^4.5.5",
    "vite": "^2.7.2",
    "vue-tsc": "^0.29.8"
  }
}
