{
  "name": "@jup-ag/react-hook",
  "version": "6.2.0",
  "license": "MIT",
  "source": "src/index.tsx",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "start": "tsup --watch --clean false",
    "build": "tsc --noEmit && tsup",
    "test": "vitest run",
    "lint": "dts lint",
    "prepare": "tsup",
    "size": "size-limit",
    "analyze": "size-limit --why"
  },
  "peerDependencies": {
    "@solana/web3.js": ">=1.15.0",
    "bn.js": ">=5.2.0",
    "react": ">=16"
  },
  "author": "zhengyutay",
  "module": "dist/index.mjs",
  "devDependencies": {
    "@types/react": "18.0.14",
    "@types/react-dom": "~18.2.14",
    "dts-cli": "1.6.3",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "tslib": "^2.3.1",
    "typescript": "5.2.2",
    "@solana/web3.js": "~1.95.0",
    "@solana/wallet-adapter-base": "0.9.23",
    "@types/node": "^20",
    "@testing-library/jest-dom": "~6.4.5",
    "@testing-library/react": "~14.3.1",
    "jsbi": "4.3.0",
    "vitest": "~1.6.0",
    "tsup": "8.2.4",
    "@types/promise-retry": "^1.1.3"
  },
  "dependencies": {
    "@jup-ag/common": "6.1.0",
    "@solana/spl-token": "0.1.8",
    "superstruct": "~1.0.3",
    "@mercurial-finance/optimist": "0.4.0",
    "@jup-ag/api": "6.0.29",
    "promise-retry": "2.0.1"
  },
  "jest": {
    "testEnvironment": "<rootDir>/test/test-env.js"
  },
  "browserslist": [
    "last 2 Chrome versions"
  ]
}
