{
  "name": "@rarible/sdk-transaction",
  "version": "0.9.29",
  "homepage": "Transaction type",
  "license": "ISC",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "files": [
    "build"
  ],
  "scripts": {
    "build": "tsc --project tsconfig-build.json",
    "clean": "rimraf ./build",
    "test": "jest --runInBand",
    "verify": "tsc --noEmit"
  },
  "dependencies": {
    "@babel/runtime": "^7.15.4",
    "@rarible/api-client": "0.0.13-beta11",
    "@rarible/ethereum-provider": "~0.12.89",
    "@rarible/flow-sdk": "~0.5.48-alpha.5",
    "@rarible/protocol-ethereum-sdk": "~0.12.91",
    "@rarible/solana-sdk": "^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.8.3",
    "@babel/preset-env": "^7.8.3",
    "@babel/preset-typescript": "^7.14.5",
    "@types/jest": "^27.0.2",
    "jest": "^27.2.4",
    "ts-jest": "^27.0.3",
    "typescript": "^4.6.3"
  },
  "peerDependencies": {
    "tslib": "^2.3.1"
  },
  "publishConfig": {
    "access": "public"
  }
}
