{
  "name": "@quarryprotocol/react-quarry",
  "version": "0.19.0",
  "description": "Quarry Protocol React SDK.",
  "exports": {
    ".": {
      "import": "./dist/esm/index.js",
      "require": "./dist/cjs/index.js"
    }
  },
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "repository": "git@github.com:QuarryProtocol/react-quarry.git",
  "author": "Quarry Team <team@quarry.so>",
  "license": "AGPL-3.0",
  "devDependencies": {
    "@project-serum/anchor": "^0.25.0",
    "@quarryprotocol/quarry-sdk": "^5.3.0",
    "@rushstack/eslint-patch": "^1.2.0",
    "@saberhq/anchor-contrib": "^1.14.8",
    "@saberhq/eslint-config": "^2.1.0",
    "@saberhq/eslint-config-react": "^2.1.0",
    "@saberhq/sail": "^4.1.0",
    "@saberhq/solana-contrib": "^1.14.8",
    "@saberhq/token-utils": "^1.14.8",
    "@saberhq/tsconfig": "^2.1.0",
    "@saberhq/use-solana": "^1.14.8",
    "@solana/web3.js": "^1.63.1",
    "@types/bn.js": "^5.1.1",
    "@types/lodash-es": "^4",
    "@types/react": "^18.0.21",
    "bn.js": "^5.2.1",
    "eslint": "^8.24.0",
    "eslint-import-resolver-node": "^0.3.6",
    "eslint-plugin-import": "^2.26.0",
    "husky": "^8.0.1",
    "jsbi": "^4.3.0",
    "lint-staged": "^13.0.3",
    "prettier": "^2.7.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-query": "^3.39.2",
    "typedoc": "^0.23.15",
    "typescript": "^4.8.4"
  },
  "scripts": {
    "build": "tsc && tsc -P tsconfig.cjs.json",
    "clean": "rm -fr dist/",
    "lint": "eslint . --cache",
    "lint:ci": "eslint . --max-warnings=0",
    "docs:generate": "typedoc --excludePrivate --includeVersion --out site/ts/ src/index.ts",
    "prepare": "husky install"
  },
  "dependencies": {
    "lodash-es": "^4.17.21",
    "swr": "^1.3.0",
    "tiny-invariant": "^1.3.1",
    "tslib": "^2.4.0",
    "unstated-next": "^1.1.0"
  },
  "resolutions": {
    "bn.js": "5.x"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist/",
    "src/"
  ],
  "lint-staged": {
    "*.{ts,tsx}": "eslint --cache --fix",
    "*.{js,json,jsx,html,css,md,yml,yaml}": "prettier --write"
  },
  "peerDependencies": {
    "@project-serum/anchor": "^0.24",
    "@quarryprotocol/quarry-sdk": "^5",
    "@saberhq/anchor-contrib": "^1.13",
    "@saberhq/sail": "^4",
    "@saberhq/solana-contrib": "^1.13",
    "@saberhq/token-utils": "^1.13",
    "@saberhq/use-solana": "^1.13",
    "@solana/web3.js": "^1.44",
    "bn.js": "^5.x",
    "jsbi": "*",
    "react": "^17 || ^18",
    "react-dom": "^17 || ^18"
  },
  "packageManager": "yarn@4.0.0-rc.22"
}