{
  "name": "use-ens",
  "version": "0.0.7",
  "description": "A React hook to fetch ENS records from a domain.",
  "files": [
    "dist"
  ],
  "type": "module",
  "exports": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "engines": {
    "node": ">=12.4"
  },
  "scripts": {
    "build": "rollup -c ../../rollup.config.js",
    "build:watch": "rollup -c ../../rollup.config.js -w",
    "prepare": "pnpm build"
  },
  "keywords": [
    "ens",
    "ethereum",
    "react",
    "react-hook",
    "hooks",
    "blockchain"
  ],
  "author": "v1rtl",
  "license": "UNLICENSED",
  "dependencies": {
    "get-ens": "^2.0.1"
  },
  "peerDependencies": {
    "react": ">=17",
    "react-dom": ">=17"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rainbow-me/rainbowkit.git",
    "directory": "packages/use-ens"
  }
}
