{
  "name": "@rarible/sdk",
  "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",
    "analyze": "webpack --config webpack-analyze.config.js",
    "clean": "rimraf ./build",
    "test": "jest --runInBand",
    "verify": "tsc --noEmit"
  },
  "dependencies": {
    "@babel/runtime": "^7.15.4",
    "@ethersproject/keccak256": "^5.6.0",
    "@rarible/action": "~0.5.0",
    "@rarible/api-client": "0.0.13-beta11",
    "@rarible/flow-sdk": "~0.5.48-alpha.5",
    "@rarible/immutable-sdk": "^0.9.23",
    "@rarible/immutable-wallet": "^0.9.21",
    "@rarible/logger": "~0.9.5",
    "@rarible/protocol-ethereum-sdk": "~0.12.91",
    "@rarible/sdk-transaction": "^0.9.29",
    "@rarible/sdk-wallet": "^0.9.29",
    "@rarible/solana-sdk": "^0.9.12",
    "@rarible/tezos-sdk": "~0.1.34",
    "@rarible/types": "~0.9.6",
    "@rarible/utils": "~0.9.1",
    "@solana/web3.js": "^1.35.1",
    "axios": "^0.26.1",
    "bignumber.js": "^9.0.1",
    "mime-types": "^2.1.27",
    "tezos-api-client": "~0.0.19",
    "uuid": "^8.3.1"
  },
  "devDependencies": {
    "@babel/cli": "^7.14.8",
    "@babel/core": "^7.14.8",
    "@babel/plugin-proposal-class-properties": "^7.14.5",
    "@babel/plugin-proposal-object-rest-spread": "^7.15.6",
    "@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.8.3",
    "@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/flow-test-common": "~0.5.48-alpha.2",
    "@rarible/solana-wallet": "^0.9.12",
    "@types/jest": "^27.0.2",
    "@types/mime-types": "^2.1.0",
    "@types/node": "^12.20.36",
    "@types/node-fetch": "^2.6.1",
    "@types/uuid": "^8.3.0",
    "babel-plugin-transform-bigint": "^1.0.12",
    "buffer": "^6.0.3",
    "crypto-browserify": "^3.12.0",
    "dotenv": "16.0.0",
    "ethers": "^5.6.2",
    "jest": "^27.2.7",
    "keccak": "^3.0.2",
    "node-fetch": "2.6.7",
    "node-polyfill-webpack-plugin": "^1.1.4",
    "npm-run-all": "^4.1.5",
    "os-browserify": "^0.3.0",
    "path-browserify": "^1.0.1",
    "stream-browserify": "^3.0.0",
    "ts-jest": "^27.0.3",
    "typescript": "^4.6.3",
    "web3": "1.5.0",
    "web3-core": "~1.2.11",
    "web3-eth-contract": "~1.2.11",
    "webpack": "^5.68.0",
    "webpack-bundle-analyzer": "^4.5.0",
    "webpack-cli": "^4.9.1",
    "yargs": "^17.2.1"
  },
  "peerDependencies": {
    "tslib": "^2.3.1"
  }
}
