{
  "name": "@saberhq/wallet-adapter-icons",
  "version": "3.0.0",
  "description": "Solana wallet adapter icons.",
  "homepage": "https://github.com/saber-hq/saber-common/tree/master/packages/solana-wallet-adapters#readme",
  "repository": "git+https://github.com/saber-hq/saber-common.git",
  "bugs": "https://github.com/saber-hq/saber-common/issues",
  "funding": "https://www.coingecko.com/en/coins/saber",
  "author": "Saber Team <team@saber.so>",
  "license": "Apache-2.0",
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/esm/index.js",
      "require": "./dist/cjs/index.js"
    }
  },
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "files": [
    "src/",
    "dist/"
  ],
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "typescript",
    "saber",
    "solana",
    "wallet"
  ],
  "scripts": {
    "build": "tsc && tsc -P tsconfig.cjs.json",
    "clean": "rm -fr dist/"
  },
  "dependencies": {
    "tslib": "^2.6.2"
  },
  "peerDependencies": {
    "react": "^17.0.2 || ^18"
  },
  "devDependencies": {
    "@saberhq/tsconfig": "^3.3.1",
    "@types/react": "^18.2.77",
    "react": "^18.2.0",
    "typescript": "^5.4.5"
  }
}