@funkit/wagmi-tools
Version:
Funkit Wagmi Tools
60 lines • 1.28 kB
JSON
{
"name": "@funkit/wagmi-tools",
"version": "3.0.91",
"keywords": [
"funkit",
"tools",
"connect",
"wagmi",
"connector",
"web3"
],
"repository": {
"type": "git",
"url": "git+https://github.com/fun-xyz/funkit.git",
"directory": "packages/wagmi-tools"
},
"publishConfig": {
"access": "public"
},
"description": "Funkit Wagmi Tools",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"files": [
"dist/**/*",
"LICENSE",
"README.md"
],
"author": "https://fun.xyz/",
"license": "MIT",
"devDependencies": {
"@types/node": "^24.0.10",
"@types/react": "^18.3.0",
"typescript": "^5.8.2",
"vitest": "^3.0.9"
},
"peerDependencies": {
"react": "^18.3.0",
"react-dom": "^18.3.0",
"viem": "2.x"
},
"dependencies": {
"@wagmi/core": "2.21.1",
"@funkit/core": "2.3.68",
"@funkit/chains": "0.5.1"
},
"engines": {
"node": ">=18"
},
"scripts": {
"build": "node build.js && tsc --emitDeclarationOnly",
"build:watch": "node build.js --watch",
"clean": "rm -rf ./dist",
"dev": "pnpm build:watch",
"lint": "biome check",
"lint:fix": "biome check --fix",
"test": "vitest",
"typecheck": "tsc --noEmit"
}
}