{
  "name": "@htsoft/reactjs-hooks",
  "version": "1.0.4",
  "description": "NFT information hepler for ReactJS",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jack-ht/aiza-react-hooks.git"
  },
  "homepage": "https://github.com/jack-ht/aiza-react-hooks#ReadMe",
  "author": "Jack",
  "license": "GPL-3.0-or-later",
  "private": false,
  "typings": "dist/index.d.ts",
  "source": "src/index.ts",
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "dependencies": {
    "@ethersproject/address": "^5.4.0",
    "big.js": "^6.1.0",
    "cross-fetch": "^3.1.4",
    "dataloader": "^2.0.0",
    "graphql": "^15.5.0",
    "graphql-request": "^3.4.0",
    "node-abort-controller": "^2.0.0",
    "react": "^17.0.2",
    "react-test-renderer": "^17.0.2",
    "swr": "^0.5.6",
    "tslib": "^2.2.0"
  },
  "lint-staged": {
    "*.{ts,md}": "prettier src --write"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "prettier": {
    "singleQuote": true,
    "printWidth": 90
  },
  "bugs": {
    "url": "https://github.com/jack-ht/aiza-react-hooks/issues"
  },
  "devDependencies": {},
  "keywords": [
    "Aiza",
    "GameFi",
    "NFT",
    "Play2Earn",
    "Dapp",
    "SmartContract",
    "BlockChain"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\""
  }
}
