{
  "name": "@rarible/sdk-wallet",
  "version": "0.9.29",
  "homepage": "",
  "license": "ISC",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "files": [
    "build",
    "umd"
  ],
  "scripts": {
    "build": "run-s build:*",
    "build:ts": "tsc --project tsconfig-build.json",
    "build:umd": "webpack",
    "clean": "rimraf ./build",
    "test": "jest --runInBand",
    "verify": "tsc --noEmit"
  },
  "dependencies": {
    "@babel/runtime": "^7.15.4",
    "@imtbl/imx-sdk": "^1.24.0",
    "@rarible/api-client": "0.0.13-beta11",
    "@rarible/ethereum-provider": "~0.12.89",
    "@rarible/fcl-types": "~0.5.0",
    "@rarible/flow-sdk": "~0.5.48-alpha.5",
    "@rarible/solana-wallet": "^0.9.12",
    "@rarible/tezos-sdk": "~0.1.34",
    "@rarible/types": "~0.9.6"
  },
  "devDependencies": {
    "@babel/cli": "7.14.8",
    "@babel/core": "7.14.8",
    "@babel/plugin-proposal-class-properties": "^7.14.5",
    "@babel/plugin-proposal-optional-chaining": "^7.14.5",
    "@babel/plugin-syntax-bigint": "^7.8.3",
    "@babel/plugin-transform-runtime": "^7.15.8",
    "@babel/plugin-transform-typescript": "^7.15.8",
    "@babel/preset-env": "^7.8.3",
    "@babel/preset-typescript": "^7.14.5",
    "@onflow/fcl": "~0.0.77",
    "@rarible/ethereum-sdk-test-common": "~0.12.89",
    "@rarible/fcl-types": "~0.5.0",
    "@rarible/web3-ethereum": "~0.12.89",
    "@types/jest": "^27.0.2",
    "buffer": "^6.0.3",
    "crypto-browserify": "^3.12.0",
    "jest": "^27.2.4",
    "npm-run-all": "^4.1.5",
    "path-browserify": "^1.0.1",
    "stream-browserify": "^3.0.0",
    "ts-jest": "^27.0.3",
    "typescript": "^4.6.3",
    "web3": "1.5.0"
  },
  "peerDependencies": {
    "tslib": "^2.3.1"
  },
  "publishConfig": {
    "access": "public"
  }
}
