{
  "name": "@holaplex/solana-web3-tools",
  "version": "0.1.8",
  "description": "A set of Web3 tools to improve the User Experience on Solana Frontends.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/holaplex/solana-web3-tools.git"
  },
  "author": "Holaplex Maintainers <engineering@holaplex.com>",
  "license": "AGPL-3.0-or-later",
  "private": false,
  "main": "./build/index.js",
  "declarations": "./build/index.d.ts",
  "files": [
    "build"
  ],
  "scripts": {
    "build": "tsc",
    "clean": "rimraf ./build",
    "prepublish": "yarn build"
  },
  "dependencies": {
    "async-retry": "^1.3.3"
  },
  "devDependencies": {
    "@solana/web3.js": "^1.31.0",
    "@types/async-retry": "^1.4.3",
    "async-retry": "^1.3.3",
    "rimraf": "^3.0.2",
    "typescript": "^4.5.4"
  },
  "peerDependencies": {
    "@solana/web3.js": "^1.31.0"
  },
  "bugs": {
    "url": "https://github.com/holaplex/solana-web3-tools/issues"
  },
  "homepage": "https://github.com/holaplex/solana-web3-tools#readme",
  "keywords": [
    "solana",
    "holaplex"
  ]
}
