{
  "name": "@cross-nft-marketplace/auction-house-nft-hooks",
  "version": "1.0.1-alpha.0",
  "description": "Generic react hooks for fetching cross-nft-marketplace auctions, nfts, and data on arbitary 721s. Powers nft-components.",
  "homepage": "https://github.com/cross-nft-marketplace/auction-house",
  "repository": {
    "type": "git",
    "url": "https://github.com/cross-nft-marketplace/auction-house.git"
  },
  "bugs": {
    "url": "https://github.com/cross-nft-marketplace/auction-house/issues"
  },
  "author": "cross-nft-marketplace",
  "license": "GPL-3.0",
  "private": false,
  "typings": "dist/index.d.ts",
  "source": "src/index.ts",
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@graphql-codegen/cli": "^1.21.4",
    "@graphql-codegen/typescript": "^1.22.0",
    "@graphql-codegen/typescript-graphql-request": "^3.1.1",
    "@graphql-codegen/typescript-operations": "^1.17.16",
    "@graphql-tools/mock": "^8.1.1",
    "@graphql-tools/schema": "^7.1.4",
    "@jagi/jest-transform-graphql": "^1.0.2",
    "@testing-library/react-hooks": "^5.1.2",
    "@types/big.js": "^6.0.2",
    "@types/jest": "^26.0.23",
    "@types/react": "^17.0.4",
    "fetch-mock-jest": "^1.5.1",
    "graphql-tools": "^7.0.4",
    "husky": "^6.0.0",
    "jest": "^26.6.3",
    "jest-serial-runner": "^1.1.0",
    "jest-transform-graphql": "^2.1.0",
    "lint-staged": "^10.5.4",
    "prettier": "^2.2.1",
    "ts-jest": "^26.5.5",
    "typescript": "^4.2.4"
  },
  "scripts": {
    "serve": "yarn clean && tsc --watch",
    "publish-prerelease": "npm publish --access public --tag=pre-release",
    "gen-graphql-types": "graphql-code-generator",
    "test": "jest",
    "clean": "rimraf ./dist",
    "load-schemas": "./graph-schemas/get-schemas.sh",
    "prepack": "yarn clean && tsc",
    "build": "yarn run prepack"
  },
  "keywords": [
    "auction",
    "bid",
    "blockchain",
    "nft"
  ],
  "dependencies": {
    "@cross-nft-marketplace/xmlhttprequest": "1.0.0-alpha.1",
    "@ethersproject/address": "^5.4.0",
    "@ethersproject/bytes": "^5.5.0",
    "@ethersproject/providers": "^5.6.8",
    "@zoralabs/zdk": "^2.1.8",
    "big.js": "^6.1.0",
    "cross-fetch": "^3.1.4",
    "ethcall": "^4.7.2",
    "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",
    "rimraf": "^3.0.2",
    "sha3": "^2.1.4",
    "swr": "^0.5.6",
    "tslib": "^2.2.0"
  },
  "prettier": {
    "singleQuote": true,
    "printWidth": 90
  }
}
