{
  "name": "@reef-knot/types",
  "version": "5.1.0",
  "main": "",
  "types": "dist/index.d.ts",
  "type": "module",
  "files": [
    "dist"
  ],
  "license": "MIT",
  "homepage": "https://github.com/lidofinance/reef-knot",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lidofinance/reef-knot.git",
    "directory": "packages/types"
  },
  "bugs": {
    "url": "https://github.com/lidofinance/reef-knot/issues"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "scripts": {
    "build": "yarn run -T tsdown",
    "dev": "yarn run -T tsdown --watch",
    "typecheck": "tsc --noEmit"
  },
  "devDependencies": {
    "@reef-knot/ui-react": "3.1.0",
    "build-config": "*",
    "react": "18.2.0",
    "viem": ">=2.44",
    "wagmi": ">=3.3"
  },
  "peerDependencies": {
    "@reef-knot/ui-react": "3.1.0",
    "@tanstack/react-query": "^5.29.0",
    "react": ">=18",
    "viem": ">=2.44",
    "wagmi": ">=3.3"
  }
}
