UNPKG

@smartinvoicexyz/hooks

Version:

Unified source for React hooks used across the Smart Invoice protocol.

47 lines 1.13 kB
{ "name": "@smartinvoicexyz/hooks", "description": "Unified source for React hooks used across the Smart Invoice protocol.", "version": "0.1.28", "dependencies": { "@tanstack/react-query": "5.55.3", "lodash": "^4.17.21", "react": "^19.1.0", "react-hook-form": "^7.56.4", "swr": "^2.3.3", "viem": "^2.30.2", "wagmi": "^2.15.4", "@smartinvoicexyz/constants": "0.1.28", "@smartinvoicexyz/types": "0.1.28", "@smartinvoicexyz/utils": "0.1.28", "@smartinvoicexyz/graphql": "0.1.28" }, "devDependencies": { "@types/lodash": "^4.17.17", "@types/react": "^19.1.6" }, "engines": { "node": ">=18" }, "files": [ "dist", "README.md", "package.json" ], "keywords": [ "escrow", "ethereum", "hooks", "smart-invoice", "smartinvoicexyz" ], "license": "MIT", "main": "dist/src/index.js", "scripts": { "build": "tsc", "clean": "rm -rf dist", "lint": "eslint \"**/*.{js,jsx,ts,tsx}\"", "test": "echo \"Error: no test specified\" && exit 1", "typecheck": "tsc --noEmit" }, "types": "dist/src/index.d.ts" }