{
 "name": "fuhi-web3ts",
 "description": "A library for running web3 with TypeScript support",
 "version": "0.2.5",
 "type": "module",
 "main": "./dist/index.umd.js",
 "module": "./dist/index.es.js",
 "types": "./dist/index.d.ts",
 "files": [
  "dist"
 ],
 "exports": {
  ".": {
   "import": "./dist/index.es.js",
   "require": "./dist/index.umd.js",
   "types": "./dist/index.d.ts"
  }
 },
 "scripts": {
  "dev": "vite",
  "build": "tsc && vite build",
  "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
  "preview": "vite preview",
  "deploy": "npm run build && npm publish"
 },
 "dependencies": {
  "@web3modal/wagmi": "^3.5.7",
  "ethers": "^5.7.2",
  "react": "^18.2.0",
  "react-device-detect": "^2.2.3",
  "react-dom": "^18.2.0",
  "react-router-dom": "^6.23.1",
  "react-toastify": "^10.0.4",
  "viem": "^1.21.4",
  "wagmi": "^1.4.13"
 },
 "devDependencies": {
  "@types/node": "^20.14.2",
  "@types/react": "^18.2.66",
  "@types/react-dom": "^18.2.22",
  "@typescript-eslint/eslint-plugin": "^7.2.0",
  "@typescript-eslint/parser": "^7.2.0",
  "@vitejs/plugin-react": "^4.2.1",
  "eslint": "^8.57.0",
  "eslint-plugin-react-hooks": "^4.6.0",
  "eslint-plugin-react-refresh": "^0.4.6",
  "typescript": "^5.2.2",
  "vite": "^5.2.0",
  "vite-plugin-dts": "^3.9.1"
 }
}
