{
  "name": "@nftx/react",
  "version": "4.1.2",
  "description": "",
  "homepage": "https://github.com/NFTX-project/nftxjs#readme",
  "license": "MIT",
  "main": "dist/cjs/react.js",
  "module": "dist/es/react.js",
  "types": "dist/ts/index.d.ts",
  "typedoc": {
    "entryPoint": "src/index.ts"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NFTX-project/nftxjs.git"
  },
  "scripts": {
    "lint": "eslint --fix -c ../../.eslintrc.js --ext ts,tsx src && tsc --noEmit",
    "test": "jest --config ../../jest.config.js",
    "build": "rm -rf dist && rollup -c && tsc -d --outDir dist/ts --emitDeclarationOnly",
    "prepublishOnly": "yarn build"
  },
  "bugs": {
    "url": "https://github.com/NFTX-project/nftxjs/issues"
  },
  "dependencies": {
    "@nftx/errors": "^4.0.0",
    "abitype": "0.9.8",
    "viem": "^1.16.6"
  },
  "devDependencies": {
    "nftx.js": "^4.1.2",
    "react": "^18.0.0"
  },
  "peerDependencies": {
    "nftx.js": "<1.0.0",
    "react": "^18.0.0"
  },
  "sideEffects": false
}
