@davidzwfu/wagmi-connector
Version:
Venly integration for wagmi
39 lines (38 loc) • 944 B
JSON
{
"name": "@davidzwfu/wagmi-connector",
"version": "2.0.0-develop.7",
"description": "Venly integration for wagmi",
"type": "module",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
"exports": "./dist/index.js",
"scripts": {
"prebuild": "rm -rf dist",
"build": "tsc",
"start": "tsc --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ArkaneNetwork/wagmi-venly.git"
},
"author": "David Fu <david.fu@venly.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ArkaneNetwork/wagmi-venly/issues"
},
"homepage": "https://github.com/ArkaneNetwork/wagmi-venly#readme",
"keywords": [
"wagmi",
"wagmi-connector",
"venly"
],
"dependencies": {
"@venly/web3-provider": "^3.5.2",
"@wagmi/connectors": "^2.6.6",
"@wagmi/core": "^2.6.17",
"viem": "^2.9.25"
},
"files": [
"/dist"
]
}