{
  "name": "@rarible/sdk",
  "version": "0.13.200-beta.0",
  "homepage": "https://github.com/rarible/sdk#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rarible/sdk.git"
  },
  "license": "ISC",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "files": [
    "build",
    "umd"
  ],
  "scripts": {
    "analyze": "webpack --config webpack-analyze.config.js",
    "build": "run-s build:*",
    "build:ts": "tsc --project tsconfig-build.json",
    "build:umd": "webpack",
    "clean": "run-s clean:*",
    "clean:build": "rimraf ./build",
    "clean:tsbuildinfo": "rimraf ./tsconfig.tsbuildinfo",
    "clean:umd": "rimraf ./umd",
    "docs": "typedoc",
    "test": "sh ./scripts/test.sh",
    "test:only": "jest --runInBand --testPathPattern=src/sdk-blockchains/ethereum --silent=false --detectOpenHandles",
    "verify": "tsc --noEmit --project tsconfig-build.json",
    "verify-all": "tsc --noEmit --project tsconfig.json"
  },
  "dependencies": {
    "@ethersproject/keccak256": "^5.6.0",
    "@rarible/action": "~0.9.1",
    "@rarible/api-client": "1.136.0-SNAPSHOT-update-types",
    "@rarible/aptos-sdk": "^0.13.200-beta.0",
    "@rarible/eclipse-sdk": "^0.13.200-beta.0",
    "@rarible/flow-sdk": "~0.6.0-beta.3",
    "@rarible/immutable-sdk": "^0.13.200-beta.0",
    "@rarible/immutable-wallet": "^0.13.200-beta.0",
    "@rarible/logger": "~0.9.12",
    "@rarible/protocol-ethereum-sdk": "^0.13.200-beta.0",
    "@rarible/sdk-common": "^0.13.200-beta.0",
    "@rarible/sdk-transaction": "^0.13.200-beta.0",
    "@rarible/sdk-wallet": "^0.13.200-beta.0",
    "@rarible/solana-sdk": "^0.13.200-beta.0",
    "@rarible/types": "0.10.5",
    "@rarible/utils": "0.10.1",
    "@solana/web3.js": "~1.54.0",
    "bignumber.js": "^9.0.1",
    "callable-instance": "^2.0.0",
    "mime-types": "^2.1.27",
    "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",
    "@rarible/aptos-wallet": "^0.13.200-beta.0",
    "@rarible/ethereum-sdk-test-common": "^0.13.200-beta.0",
    "@rarible/flow-test-common": "~0.6.0-beta.3",
    "@rarible/solana-wallet": "^0.13.200-beta.0",
    "@types/mime-types": "^2.1.0",
    "@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",
    "ethers": "^5.6.2",
    "keccak": "^3.0.2",
    "mock-local-storage": "^1.1.23",
    "node-fetch": "2.6.7",
    "node-polyfill-webpack-plugin": "^1.1.4",
    "os-browserify": "^0.3.0",
    "path-browserify": "^1.0.1",
    "stream-browserify": "^3.0.0",
    "webpack-bundle-analyzer": "^4.5.0",
    "yargs": "^17.2.1"
  },
  "peerDependencies": {
    "@rarible/api-client": "1.136.0-SNAPSHOT-update-types",
    "axios": "^0.26.1",
    "tslib": "^2.3.1"
  },
  "gitHead": "cf2a89a6d83663c9b0da893e26e743ad1efb1c77"
}
